Git init
[framework/web/webkit-efl.git] / LayoutTests / printing / setPrinting.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController)
5     layoutTestController.setPrinting();
6 </script>
7 </head>
8
9 <body style="margin: 0px;">
10 <div style="width: 800px; height: 749px; background-color: 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>