Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / pagination / 1427141-ref.html
blobd5c04ae52ae3f8b5e7b950c720023f61543c5956
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 html, body {
13 height: 100%;
14 width: 100%;
16 </style>
17 </head>
18 <body>
19 <div style="page-break-after:always"></div>
20 <div>
21 <table>
22 <tr>
23 <td>
24 PAGE 1 (above) is blank. The line below is visible:<br>
25 THIS IS PAGE 2
26 </td>
27 </tr>
28 </table>
29 </div>
30 </body>
31 </html>