summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html')
-rw-r--r--testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html
new file mode 100644
index 0000000000..62c925927e
--- /dev/null
+++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html
@@ -0,0 +1,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>