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