1 description("Test for internals.numberOfPages()");
5 createBlockWithRatioToPageHeight("firstPage", 0.6);
6 createBlockWithRatioToPageHeight("secondPage", 0.6);
8 numberOfPagesShouldBe(2);
9 numberOfPagesShouldBe(1, 1000, 10000);
11 document.body.removeChild(document.getElementById("sandbox"));
14 var successfullyParsed = true;