2 <script src=
"../resources/js-test.js"></script>
5 body { font-size:
150px; }
11 // Check that the 150px font-size for body is applied for printing, causing
12 // room for only one line per page with a page height of 200px.
14 shouldBe("getComputedStyle(document.body, null).fontSize", "'16px'", true);
17 shouldBe("internals.numberOfPages(800, 200)", "2");
19 shouldBe("getComputedStyle(document.body, null).fontSize", "'16px'");