blob: bae7c38b8f7bb9158dadb15a3c4b9cd3f38d19fa [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
background: url('foobar.png') fixed no-repeat;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function doTest()
{
document.write('This test should not crash.');
}
window.addEventListener('load', doTest, false);
</script>
</head>
<body>
</body>
</html>