| Index: LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| diff --git a/LayoutTests/css3/filters/filter-repaint-composited-fallback.html b/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| index e8ff34046fa1f095b9bb5dbfc35d682338d2ee14..0feff83011b35122734e4f120a9620f2bc587879 100644
|
| --- a/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| +++ b/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| @@ -31,19 +31,23 @@
|
| }
|
| </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.querySelector(".before").classList.remove("before");
|
| + if (window.testRunner)
|
| + testRunner.notifyDone();
|
| }
|
| </script>
|
| </head>
|
|
|
| -<body onload="runRepaintTest()">
|
| +<body onload="repaintTest()">
|
|
|
| <div class="blur">
|
| <div class="box"></div>
|
|
|