Index: LayoutTests/fast/repaint/crbug-371640-4.html |
diff --git a/LayoutTests/fast/repaint/crbug-371640-4.html b/LayoutTests/fast/repaint/crbug-371640-4.html |
index 36cff52fe6de3ed81c3c41cc9df437a5fb24d55a..246ad8f1c3d7ffd322e347b11eef32f9ff15fd11 100644 |
--- a/LayoutTests/fast/repaint/crbug-371640-4.html |
+++ b/LayoutTests/fast/repaint/crbug-371640-4.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(); |
- }); |
- } |
} |
onload = runRepaintTest; |
</script> |