wpt / css / css-backgrounds / crashtests / background-parser.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-backgrounds/crashtests/background-parser.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>No crash when reading background shorthand with layered values</title>
<link rel="help" href="https://crbug.com/40077539">
<style>
.absent {
  background: #fff url(foo.png) no-repeat left 4px;
}

body {
  background: #fff;
}
</style>
<script>
  document.styleSheets[0].cssRules[1].style.background;
</script>