4 <script src=
"../resources/run-after-layout-and-paint.js"></script>
5 <script src=
"resources/mock_scrollbars.js"></script>
6 <script type=
"text/javascript" charset=
"utf-8">
8 if (window.testRunner) {
9 testRunner.waitUntilDone();
10 testRunner.dumpAsTextWithPixelResults(); // This is only useful as a pixel test.
15 div = document.getElementById(
"div");
16 runAfterLayoutAndPaint(function() {
17 div.style.height =
"1600px";
18 if (window.testRunner)
19 testRunner.notifyDone();
23 window.addEventListener('load', doTest, false);
29 <img id=
"image" src=
"resources/apple.jpg" style=
"transform: translateZ(0);">