Update scroll position immediately after resizing view
[framework/web/webkit-efl.git] / LayoutTests / printing / setPrinting.html
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5     testRunner.setPrinting();
6 </script>
7 </head>
8
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>