1
0
Fork 0
firefox/testing/web-platform/tests/css/css-multicol/crashtests/multicol-floats-after-column-span-crash.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
426 B
HTML

<!DOCTYPE html>
<html id="a">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1674011">
<style>
:not(animateTransform) { columns: 1px }
</style>
<script>
function go() {
a.appendChild(b)
}
function eh() {
a.appendChild(c)
}
</script>
<body onload=go()>
<data id="b">x</command>
<dir style="column-span: all">x</dir>
<details id="c" ontoggle="eh()" open="">x</details>
<iframe align="right">x</iframe>