1
0
Fork 0
firefox/layout/base/tests/chrome/printpreview_bug1730091_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

27 lines
398 B
HTML

<!DOCTYPE html>
<style>
@page{
margin: 0;
}
div {
/* The default header/footer size in Firefox */
font-size: 10pt;
position: absolute;
}
.upper {
top: 0;
}
.lower{
bottom: 0;
}
.left{
left: 0;
}
.right{
right: 0;
}
</style>
<div class="upper left">||||</div>
<div class="upper right">||||</div>
<div class="lower left">||||</div>
<div class="lower right">||||</div>