1
0
Fork 0
firefox/layout/reftests/columns/column-balancing-overflow-000.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
380 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Balancing Overflow</title>
<style type="text/css">
.colset {
column-count: 3;
column-gap: 0;
border: solid silver;
width: 9em;
font: 16px/1 sans-serif;
}
p { margin: 0; }
.short { height: 5px; }
</style>
<div class="colset">
<div class="short"><p>one two three four five</p></div>
</div>