Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / printing / test-number-of-pages-noref.html
blobb6aee19cccf8b4025176ac43656b881997f76e9f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link href="print.css" rel="stylesheet">
6 </head>
7 <body>
8 <p>This text should appear on page 1</p>
9 <p>This text should appear on page 2</p>
10 <p>This text should appear on page 3</p>
11 <p>There shouldn't be another page</p>
12 </body>
13 </html>