Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / printing / setPrinting.html
blobae99c4f4671461f86030250b01988080fd5d2a59
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.setPrinting();
6 </script>
7 </head>
9 <body style="margin: 0px;">
10 <div style="width: 798px; height: 747px; border: 1px solid green;">
11 This test case should output 2 pages.
12 </div>
13 There should be a blue line above this test.
14 This line is the boundary of 2 pages.
15 As the height of green box is shorter than the height of a page by one pixel,
16 there should be a white line between the green box and the blue line.
17 </div>
18 </body>
19 </html>