1
0
Fork 0
firefox/layout/reftests/pagination/float-clear-000-print.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

24 lines
371 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html class="reftest-paged">
<style type="text/css">
html, body {
margin: 0;
padding: 0;
height: 100%;
}
.container {
border: 15px aqua;
border-style: none solid;
height: 5in;
}
.clear {
border-bottom: solid orange;
background: red;
}
</style>
<div class="container">
</div>
<div class="clear">
</div>