test-print-range.html (317B)
1 <!DOCTYPE html> 2 <html reftest-print-range="2-3"> 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 appear on page 2</p> 11 <p>This text should not be here</p> 12 </body> 13 </html>