summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-print-single-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/printing/test-print-single-page.html')
-rw-r--r--layout/reftests/printing/test-print-single-page.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/printing/test-print-single-page.html b/layout/reftests/printing/test-print-single-page.html
new file mode 100644
index 0000000000..1eff0fbc27
--- /dev/null
+++ b/layout/reftests/printing/test-print-single-page.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html reftest-print-range="2-2">
+<head>
+ <meta charset="utf-8">
+ <link href="print.css" rel="stylesheet">
+</head>
+<body>
+ <p>This text should not be here</p>
+ <p>This text should appear on page 1</p>
+ <p>This text should appear on page 2</p>
+ <p>This text should not be here</p>
+</body>
+</html>