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

Unified Diff: LayoutTests/fast/canvas/canvas-text-alignment.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 3 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/fast/canvas/canvas-resize-reset.html ('k') | LayoutTests/fast/canvas/canvas-text-baseline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-text-alignment.html
diff --git a/LayoutTests/fast/canvas/canvas-text-alignment.html b/LayoutTests/fast/canvas/canvas-text-alignment.html
index 7c3c9850a55947a3da49af34f74ee1ec1536fc6e..f7f401b878ac474fde1622276a20e8e193b54b02 100644
--- a/LayoutTests/fast/canvas/canvas-text-alignment.html
+++ b/LayoutTests/fast/canvas/canvas-text-alignment.html
@@ -3,7 +3,7 @@
<canvas id="canvas" width=600 height=600 style="border:5px solid black">
<script>
if (window.testRunner)
- testRunner.dumpAsText(true);
+ testRunner.dumpAsTextWithPixelResults();
var ctx = document.getElementById('canvas').getContext('2d');
var lingrad = ctx.createLinearGradient(0,0,600,600);
« no previous file with comments | « LayoutTests/fast/canvas/canvas-resize-reset.html ('k') | LayoutTests/fast/canvas/canvas-text-baseline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698