blob: 53878ef8f4f3878e4a5fb308f4bac7d3a9b92d19 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.style.backgroundRepeat = 'repeat';
document.body.style.backgroundRepeatY = '';
var tmp = document.body.style.background;
document.write("PASS, WebKit didn't crash.")
</script>
</body>