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

Unified Diff: LayoutTests/fast/canvas/drawImage.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/drawImage.html
diff --git a/LayoutTests/fast/canvas/drawImage.html b/LayoutTests/fast/canvas/drawImage.html
index aa902d462f82cb3c7d0fff62f3ae4e6240616d95..ce94c27f5a5e89f9296f0eed439332c4371f239b 100644
--- a/LayoutTests/fast/canvas/drawImage.html
+++ b/LayoutTests/fast/canvas/drawImage.html
@@ -3,7 +3,7 @@ If this renders correctly you should see one big friendly green square.
<canvas id="canvas2" width="200" height="200" style="display:none" ></canvas>
<script>
if (window.testRunner)
- testRunner.dumpAsText(true);
+ testRunner.dumpAsTextWithPixelResults();
var canvas = document.getElementById("canvas");
var canvas2 = document.getElementById("canvas2");
« no previous file with comments | « LayoutTests/fast/canvas/draw-system-focus-ring-on-event.html ('k') | LayoutTests/fast/canvas/drawImage-with-globalAlpha.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698