Chromium Code Reviews| Index: LayoutTests/fast/repaint/crbug-371640.html |
| diff --git a/LayoutTests/fast/repaint/crbug-371640.html b/LayoutTests/fast/repaint/crbug-371640.html |
| index ab4ad4c2bd4576e48ead976352af3de63fd9bb03..f25d516b62d9065c722d7740f32cd5eb95bb87e4 100644 |
| --- a/LayoutTests/fast/repaint/crbug-371640.html |
| +++ b/LayoutTests/fast/repaint/crbug-371640.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('node').remove(); |
| - |
| - if (window.testRunner) { |
| - runAfterDisplay(function() { |
| - testRunner.notifyDone(); |
|
Xianzhu
2014/06/05 18:09:01
This is unnecessary, because the repaint rects has
|
| - }); |
| - } |
| } |
| onload = runRepaintTest; |
| </script> |