blob: 55efa87dd0b668cebdeaf8d84af3e0a62dd2efd9 [file] [log] [blame]
description("Test for internals.numberOfPages()");
function test()
{
createBlockWithRatioToPageHeight("firstPage", 0.6);
createBlockWithRatioToPageHeight("secondPage", 0.6);
numberOfPagesShouldBe(2);
numberOfPagesShouldBe(1, 1000, 10000);
document.body.removeChild(document.getElementById("sandbox"));
}
var successfullyParsed = true;