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

Unified Diff: LayoutTests/fast/canvas/webgl/webgl-layer-update.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-layer-update.html
diff --git a/LayoutTests/fast/canvas/webgl/webgl-layer-update.html b/LayoutTests/fast/canvas/webgl/webgl-layer-update.html
index 6caeca90bbf719bf622bc958774bb9da718f7490..a5bd2d7faa6e02b755503ef035e55b274c40d954 100644
--- a/LayoutTests/fast/canvas/webgl/webgl-layer-update.html
+++ b/LayoutTests/fast/canvas/webgl/webgl-layer-update.html
@@ -43,7 +43,7 @@ body {
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-repaint.html ('k') | LayoutTests/fast/canvas/zero-size-fill-rect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698