1 description("Test that the height of elements whose height depends on the viewport height is computed relative to the page height when printing.");
5 numberOfPagesShouldBe(1);
6 numberOfPagesShouldBe(1, 1000, 100);
7 numberOfPagesShouldBe(1, 1000, 10000);
9 document.body.removeChild(document.getElementById("sandbox"));
12 var successfullyParsed = true;