summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html')
-rw-r--r--testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html
new file mode 100644
index 0000000000..5fd4a7f52a
--- /dev/null
+++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html
@@ -0,0 +1,13 @@
+<title>rel=mismatch that should PASS</title>
+<link rel=mismatch href=reftest_match-print-ref.html>
+<meta name="reftest-pages" content="reftest_match-print-ref.html:1-2">
+<style>
+* {margin: 0; padding:0}
+div {page-break-after: always;}
+</style>
+<div>
+page 1
+</div>
+<div>
+page 3
+</div>