Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / printing / test-print-range-complex.html
blob6d829e66706edcaefc8a4e51863335b9afc237cc
1 <!DOCTYPE html>
2 <html reftest-print-range="2-2,4-5">
3 <head>
4 <meta charset="utf-8">
5 <link href="print.css" rel="stylesheet">
6 </head>
7 <body>
8 <p>This text should not be here</p>
9 <p>This text should appear on page 1</p>
10 <p>This text should not be here</p>
11 <p>This text should appear on page 2</p>
12 <p>This text should appear on page 3</p>
13 <p>This text should not be here</p>
14 </body>
15 </html>