| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.setPrinting(); | |
| </script> | |
| </head> | |
| <body style="margin: 0px;"> | |
| <div style="width: 798px; height: 747px; border: 1px solid green;"> | |
| This test case should output 2 pages. | |
| </div> | |
| There should be a blue line above this test. | |
| This line is the boundary of 2 pages. | |
| As the height of green box is shorter than the height of a page by one pixel, | |
| there should be a white line between the green box and the blue line. | |
| </div> | |
| </body> | |
| </html> |