1
0
Fork 0
firefox/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-001-ref.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

5 lines
406 B
HTML

<!DOCTYPE html>
<link rel="author" title="Benjamin Beaudry" href="mailto:bebeaudr@microsoft.com">
<p>The abs element should be split equally into the two columns - no red!</p>
<div style="float:left; border-bottom:10px solid green; width:42px; height: 30px; background:gray;"></div>
<div style="float:left; margin-left: 16px; border-top:10px solid green; width:42px; height: 30px; background:gray;"></div>