1
0
Fork 0
firefox/testing/web-platform/tests/css/css-multicol/crashtests/block-in-inline-become-float.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

15 lines
521 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="http://crbug.com/329674902">
<div style="width:10px; line-height:20px; columns:3; gap:0; height:40px; column-fill:auto; orphans:1; widows:1;">
<br>
<span>
<div id="trouble" style="contain:size; width:100%; height:100px;"></div>
xxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxx
</span>
<script>
document.body.offsetTop;
trouble.style.cssFloat = "left";
</script>
</div>