trisquel-icecat/icecat/testing/web-platform/tests/css/css-page/pseudo-first-margin-print-ref.html

22 lines
392 B
HTML

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