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

Unified Diff: LayoutTests/fast/canvas/canvas-render-layer.html

Issue 1161463007: De-flaking some tests in virtual/gpu/fast/canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: undo previous patch (wrong issue) Created 5 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/TestExpectations ('k') | LayoutTests/fast/canvas/canvas-resize-after-paint-without-layout.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-render-layer.html
diff --git a/LayoutTests/fast/canvas/canvas-render-layer.html b/LayoutTests/fast/canvas/canvas-render-layer.html
index b1779569a6d64b6f79f295eb79107a3ef4b7e5e7..9493f649c92b2e623bea79bb6f31d8444cc2eb08 100644
--- a/LayoutTests/fast/canvas/canvas-render-layer.html
+++ b/LayoutTests/fast/canvas/canvas-render-layer.html
@@ -26,7 +26,7 @@
contextC.fillStyle = "#00C000";
contextC.fillRect(0, 0, 100, 100);
if (window.testRunner)
- testRunner.notifyDone();
+ testRunner.layoutAndPaintAsyncThen(function(){ testRunner.notifyDone(); });
}, 0);
}, 0);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/canvas/canvas-resize-after-paint-without-layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698