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

Unified Diff: LayoutTests/fast/canvas/webgl/webgl-composite-modes.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/webgl/webgl-composite-modes.html
diff --git a/LayoutTests/fast/canvas/webgl/webgl-composite-modes.html b/LayoutTests/fast/canvas/webgl/webgl-composite-modes.html
index 5cfb5f656ab79610e32be7d603c935b131b4be34..ece4230cd6ebd2ea2e2cd38701d7d57384ca014c 100644
--- a/LayoutTests/fast/canvas/webgl/webgl-composite-modes.html
+++ b/LayoutTests/fast/canvas/webgl/webgl-composite-modes.html
@@ -47,7 +47,7 @@ var ctxs = []
if (window.testRunner) {
testRunner.overridePreference("WebKitWebGLEnabled", "1");
- testRunner.dumpAsText(true);
+ testRunner.dumpAsTextWithPixelResults();
document.getElementById("description").style.position = "absolute";
document.getElementById("description").style.top = "-5000px";
}
« no previous file with comments | « LayoutTests/fast/canvas/toDataURL-alpha.html ('k') | LayoutTests/fast/canvas/webgl/webgl-composite-modes-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698