Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / printing / script-tests / stretch-to-view-height.js
bloba5ae8987fae9150c5fd89aff4257e21b4e54930f
1 description("Test that the height of elements whose height depends on the viewport height is computed relative to the page height when printing.");
3 function test()
5     numberOfPagesShouldBe(1);
6     numberOfPagesShouldBe(1, 1000, 100);
7     numberOfPagesShouldBe(1, 1000, 10000);
9     document.body.removeChild(document.getElementById("sandbox"));
12 var successfullyParsed = true;