blob: 65d3c56fa57aae4a1a59576bdb66264959a3213e [file] [edit]
<!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>