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

Unified Diff: LayoutTests/fast/canvas/canvasDrawingIntoSelf.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
Index: LayoutTests/fast/canvas/canvasDrawingIntoSelf.html
diff --git a/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html b/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html
index 5c3af71606b857cb47d474d966af17a41e313b1d..04853c4d21810a445ebc796f8c3856d51f5ebd22 100644
--- a/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html
+++ b/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html
@@ -2,7 +2,7 @@ If this renders correctly you should see one big friendly green square.
<canvas id="canvas" width="200" height="200" ></canvas>
<script>
if (window.testRunner)
- testRunner.dumpAsText(true);
+ testRunner.dumpAsTextWithPixelResults();
var canvas = document.getElementById("canvas");
var context = canvas.getContext("2d");
« no previous file with comments | « LayoutTests/fast/canvas/canvas-transforms-during-path.html ('k') | LayoutTests/fast/canvas/check-stale-putImageData.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698