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

Unified Diff: LayoutTests/fast/canvas/webgl/webgl-composite-modes-repaint.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-repaint.html
diff --git a/LayoutTests/fast/canvas/webgl/webgl-composite-modes-repaint.html b/LayoutTests/fast/canvas/webgl/webgl-composite-modes-repaint.html
index ff37163747028d3c5644e96565057123bbab92c8..4f2268631651ef75f5521eef988ad87a47832f18 100644
--- a/LayoutTests/fast/canvas/webgl/webgl-composite-modes-repaint.html
+++ b/LayoutTests/fast/canvas/webgl/webgl-composite-modes-repaint.html
@@ -49,7 +49,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/webgl/webgl-composite-modes.html ('k') | LayoutTests/fast/canvas/webgl/webgl-layer-update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698