Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / pagination / 1427141-1.html
blobed895a20753efdd992c74fb9600f0b4bb2d1ed10
1 <!doctype html>
2 <html class="reftest-paged">
3 <head>
4 <title>bug 1427141</title>
6 <style>
7 @page { size:5in 3in; margin:0.5in; }
8 html,body {
9 color:black; background-color:white; font:16px/1 monospace; padding:0; margin:0;
12 report-page {
13 height: 100%;
14 display: block;
15 overflow: hidden;
16 page-break-before: always;
19 html, body {
20 height: 100%;
21 width: 100%;
23 </style>
24 </head>
25 <body>
26 <report-page>
27 <div>
28 <table>
29 <tr>
30 <td>
31 PAGE 1 (above) is blank. The line below is visible:<br>
32 THIS IS PAGE 2
33 </td>
34 </tr>
35 </table>
36 </div>
37 </report-page>
38 </body>
39 </html>