blob: 0e08df5469f5d3523be9949e072f44bd99cb97f4 [file] [log] [blame]
<html>
<head>
<style>
.absent {
background: #fff url(foo.png) no-repeat left 4px;
}
body {
background: #fff;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.styleSheets[0].rules[1].style.background;
</script>
</head>
<body>
This test passes if it doesn't ASSERT.
</body>
</html>