test-print-range-complex.html (402B)
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>