summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html
blob: 62c925927e0d54709b2a1f5ac302edadc4651180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<title>print-reftest should respect @page margins</title>
<link rel=mismatch href=reftest_match-print-ref.html>
<style>
* {margin: 0; padding:0}
@page {margin: 0;}
div {page-break-after: always;}
</style>
<div>
page 1
</div>
<div>
page 2
</div>