| Index: LayoutTests/compositing/repaint/shrink-layer.html
|
| diff --git a/LayoutTests/compositing/repaint/shrink-layer.html b/LayoutTests/compositing/repaint/shrink-layer.html
|
| index a4cda4b2487453f0c847cf4156d3dea51a590a12..0b1c4e118edca668c3148303f26e291fbb1c842c 100644
|
| --- a/LayoutTests/compositing/repaint/shrink-layer.html
|
| +++ b/LayoutTests/compositing/repaint/shrink-layer.html
|
| @@ -9,17 +9,20 @@
|
| height: 500px;
|
| }
|
| </style>
|
| - <script src="../../fast/repaint/resources/repaint.js"></script>
|
| + <script src="../../resources/run-after-display.js"></script>
|
| <script>
|
| - if (window.testRunner)
|
| + if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| + testRunner.waitUntilDone();
|
| + }
|
| function repaintTest()
|
| {
|
| document.getElementById("ruler").style.height = "450px";
|
| + testRunner.notifyDone();
|
| }
|
| </script>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| +<body onload="runAfterDisplay(repaintTest);">
|
| <div id="ruler">
|
| </body>
|
| </html>
|
|
|