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

Unified Diff: LayoutTests/fast/canvas/patternfill-repeat.html

Issue 1167013003: Revert of De-flaking some tests in virtual/gpu/fast/canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: LayoutTests/fast/canvas/patternfill-repeat.html
diff --git a/LayoutTests/fast/canvas/patternfill-repeat.html b/LayoutTests/fast/canvas/patternfill-repeat.html
index 49fc2c1ff3597c4f75ad61e144a0409d8cc5209f..cdc1144cf00a9043033d0c78ff179147042d0af9 100644
--- a/LayoutTests/fast/canvas/patternfill-repeat.html
+++ b/LayoutTests/fast/canvas/patternfill-repeat.html
@@ -36,7 +36,7 @@
ctx.fillRect(0, 0, 150, 150);
if (window.testRunner)
- testRunner.layoutAndPaintAsyncThen(function(){ testRunner.notifyDone(); });
+ testRunner.notifyDone();
}
}
</script>

Powered by Google App Engine
This is Rietveld 408576698