blob: 3f16beb5aa33bbaed10ae8d2a80cd5007ff85bdf [file] [edit]
<style>
body {
content: url();
overflow-y: -webkit-paged-y;
}
</style>
<script>
onload = () => {
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetWidth;
console.log("This test should not crash");
};
</script>
<div>This test should not crash</div>