1
0
Fork 0
firefox/layout/base/crashtests/1566672.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
362 B
HTML

<style>
html, body, q, ul { columns: 4 }
.x { height: 600px; }
</style>
<script>
function go() {
c.appendChild(d)
}
</script>
<body onload=go()>
<q id="c" style="word-break: break-all">
<form hidden="hidden">
<output id="d">
<ul class="x">
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
</ul>
</output>
</form>
</q>
</body>