diff options
Diffstat (limited to 'testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html')
-rw-r--r-- | testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html new file mode 100644 index 0000000000..1b979db965 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html @@ -0,0 +1,12 @@ +<title>rel=match that should pass</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> +page 2 +</div> |