1
0
Fork 0
firefox/testing/web-platform/tests/css/css-page/page-name-margin-002-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

19 lines
298 B
HTML

<!DOCTYPE html>
<html>
<style>
@page {
margin: 0;
}
.block {
width: 1cm;
height: 1cm;
border: 2px solid blue;
}
</style>
<body>
<div class="block" style="break-after: page"></div>
<div style="padding: 1in">
<div class="block"></div>
</div>
</body>
</html>