1
0
Fork 0
firefox/layout/reftests/pagination/652178-1-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

14 lines
351 B
HTML

<!DOCTYPE html>
<html class="reftest-paged">
<body>
Something
<div>
<div style="width: 60%; float: left; border: 5px solid green;">
This should print on page 1
</div>
<!-- This just needs to be taller than a page -->
<div style="width: 30%; float: right; border: 5px solid purple; height: 3in">
</div>
</body>
</html>