Index: LayoutTests/fast/repaint/crbug-371640-2.html |
diff --git a/LayoutTests/fast/repaint/crbug-371640-2.html b/LayoutTests/fast/repaint/crbug-371640-2.html |
index b638bb43869402597e231bf4e3fca1fc55eb4c09..6e0b9feb2d31b94644aac1a0c8bd1434119b767a 100644 |
--- a/LayoutTests/fast/repaint/crbug-371640-2.html |
+++ b/LayoutTests/fast/repaint/crbug-371640-2.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> |