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

Unified Diff: LayoutTests/fast/canvas/font-update.html

Issue 187393007: Convert some pixel tests in fast/canvas into ref tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/font-update.html
diff --git a/LayoutTests/fast/canvas/font-update.html b/LayoutTests/fast/canvas/font-update.html
index 6b93a95103f19ac144629dc17534f0b14d41bc51..1ab8b33b51d42eff1d4a231bdbc8bd90f3510613 100644
--- a/LayoutTests/fast/canvas/font-update.html
+++ b/LayoutTests/fast/canvas/font-update.html
@@ -14,7 +14,6 @@
ctx.fillStyle = "green";
canvas.parentNode.removeChild(canvas);
if (window.testRunner) {
- testRunner.dumpAsTextWithPixelResults();
testRunner.waitUntilDone();
}
Stephen White 2014/03/05 21:29:33 Nit: weird formatting (not new to this patch). Cou
setTimeout(function()

Powered by Google App Engine
This is Rietveld 408576698