1
0
Fork 0
firefox/testing/web-platform/tests/css/css-multicol/crashtests/multicol-floats-in-ifc.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

13 lines
479 B
HTML

<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<link rel="help" href="https://crbug.com/1283250">
<div style="columns:2; column-fill:auto; height:10px; line-height:20px;">
<div style="columns:1;">
<div style="padding-top:1px; direction:rtl;">
<span>
<div style="display:inline-block; width:101%; height:1px;"></div>
</span>
<div style="float:left; width:1px; height:1px;"></div>
</div>
</div>
</div>