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

25 lines
437 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Balancing Overflow</title>
<style type="text/css">
.colset {
display: table;
border-collapse: separate;
border-spacing: 4px;
width: 208px;
border: solid 1px orange;
margin: -1px;
}
p {
display: table-cell;
background: yellow;
height: 4px;
outline: 1px green dotted;
}
</style>
<div class="colset">
<p></p>
<p></p>
<p></p>
</div>