summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html')
-rw-r--r--testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html
new file mode 100644
index 0000000000..92c5fa6a69
--- /dev/null
+++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html
@@ -0,0 +1,12 @@
+<title>rel=match that should fail</title>
+<link rel=match href=reftest_match-print-ref.html>
+<style>
+* {margin: 0; padding:0}
+div {page-break-after: always;}
+</style>
+<div>
+page 1
+</div>
+<div>
+Another page
+</div>