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

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

Powered by Google App Engine
This is Rietveld 408576698