diff options
Diffstat (limited to 'layout/reftests/printing/test-print-range-complex.html')
-rw-r--r-- | layout/reftests/printing/test-print-range-complex.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/printing/test-print-range-complex.html b/layout/reftests/printing/test-print-range-complex.html new file mode 100644 index 0000000000..6d829e6670 --- /dev/null +++ b/layout/reftests/printing/test-print-range-complex.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html reftest-print-range="2-2,4-5"> +<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 not be here</p> + <p>This text should appear on page 2</p> + <p>This text should appear on page 3</p> + <p>This text should not be here</p> +</body> +</html> |