OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../resources/js-test.js"></script> | |
3 <p>To run this test manually, print this document.</p> | |
4 <p>There should be 6 pages in this document. Multicol doesn't work well with pri nting, so it should | |
5 be disabled. See crbug.com/99358</p> | |
6 <div style="page-break-before:always; -webkit-columns:10; line-height:400px;"> | |
7 <br> | |
8 <br> | |
9 <br> | |
10 <br> | |
11 <br> | |
12 <br> | |
13 <br> | |
14 <br> | |
15 <br> | |
16 <br> | |
17 </div> | |
18 <script> | |
19 if (window.internals) | |
20 shouldBe("internals.numberOfPages(800, 800)", "6"); | |
21 </script> | |
OLD | NEW |