| Index: LayoutTests/fast/repaint/crbug-371640-3.html
|
| diff --git a/LayoutTests/fast/repaint/crbug-371640-3.html b/LayoutTests/fast/repaint/crbug-371640-3.html
|
| index e8a868ad0b224cad16fa40a9d2682b4261b549e8..b66b8dd5dc31afab38d3736735c2b2aa2ba8d31e 100644
|
| --- a/LayoutTests/fast/repaint/crbug-371640-3.html
|
| +++ b/LayoutTests/fast/repaint/crbug-371640-3.html
|
| @@ -1,19 +1,9 @@
|
| <!DOCTYPE html>
|
| <script src="resources/text-based-repaint.js"></script>
|
| -<script src="../../resources/run-after-display.js"></script>
|
| <script>
|
| - if (window.testRunner)
|
| - window.jsTestIsAsync = true;
|
| -
|
| function repaintTest()
|
| {
|
| document.getElementById('remove').style.display='none';
|
| -
|
| - if (window.testRunner) {
|
| - runAfterDisplay(function() {
|
| - testRunner.notifyDone();
|
| - });
|
| - }
|
| }
|
| onload = runRepaintTest;
|
| </script>
|
|
|