haikuwebkit/LayoutTests/fast/overflow/page-overflow-with-inline-b...

14 lines
277 B
HTML

<style>
body {
display: inline;
}
</style>
<body>Pass if no crash</body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
document.body.style.columnGap = "0px";
document.body.style.overflowY = "-webkit-paged-y";
</script>