OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 if (window.testRunner) | |
4 testRunner.setPrinting(); | |
5 </script> | |
6 <p>There should be some text below this paragraph, on this page. The text should flow nicely into | |
7 the next page. The number of pages should be 6.</p> | |
8 <div style="overflow:auto; font-size:4em; height:510vh; orphans:1; widows:1;"> | |
9 Line of text.<br> | |
10 Line of text.<br> | |
11 Line of text.<br> | |
12 Line of text.<br> | |
13 Line of text.<br> | |
14 Line of text.<br> | |
15 Line of text.<br> | |
16 Line of text.<br> | |
17 Line of text.<br> | |
18 Line of text.<br> | |
19 Line of text.<br> | |
20 Line of text.<br> | |
21 Line of text.<br> | |
22 Line of text.<br> | |
23 Line of text.<br> | |
24 Line of text.<br> | |
25 Line of text.<br> | |
26 Line of text.<br> | |
27 Line of text.<br> | |
28 Line of text.<br> | |
29 </div> | |
OLD | NEW |