blob: f6bbb17be1eea0e43e124cb49b2c1e146e313382 [file] [log] [blame] [edit]
<style>
body {
font-size: 2000px;
}
::-webkit-scrollbar {
block-size: 10000000px;
}
</style>
<p>PASS if no crash.</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
document.body.append('');
};
</script>