Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: LayoutTests/fast/repaint/crbug-371640.html

Issue 316193003: Fix some async repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline more tests Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/repaint/bugzilla-6473-expected.txt ('k') | LayoutTests/fast/repaint/crbug-371640-2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
- });
- }
}
onload = runRepaintTest;
</script>
« no previous file with comments | « LayoutTests/fast/repaint/bugzilla-6473-expected.txt ('k') | LayoutTests/fast/repaint/crbug-371640-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698