<html> | |
<head> | |
<script> | |
if (window.layoutTestController) | |
layoutTestController.setPrinting(); | |
</script> | |
</head> | |
<body style="margin: 0px;"> | |
<div style="width: 800px; height: 749px; background-color: 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> |