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

Unified Diff: LayoutTests/fast/canvas/canvas-text-baseline.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
Index: LayoutTests/fast/canvas/canvas-text-baseline.html
diff --git a/LayoutTests/fast/canvas/canvas-text-baseline.html b/LayoutTests/fast/canvas/canvas-text-baseline.html
index b0d2467234df22848e199578606bfd5b6ff079e1..49b3f1c800833cb9c8c65c503f31a985b9480b61 100644
--- a/LayoutTests/fast/canvas/canvas-text-baseline.html
+++ b/LayoutTests/fast/canvas/canvas-text-baseline.html
@@ -1,6 +1,7 @@
<html>
<body>
-<canvas id="canvas" width=600 height=300 style="border:5px solid black">
+<canvas id="canvas" width=600 height=300 style="border:5px solid black"></canvas>
+<script src="resources/asyncpaintguard.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();

Powered by Google App Engine
This is Rietveld 408576698