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

Unified Diff: LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.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
« no previous file with comments | « LayoutTests/compositing/scrollbar-painting.html ('k') | LayoutTests/compositing/text-on-scaled-layer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
diff --git a/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html b/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
index 97385d988a0428508ae2eec6868c99052aad172e..63293318d99403477bb595653c8f6e460dc8009e 100644
--- a/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
+++ b/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
@@ -43,7 +43,7 @@
}
if (window.testRunner) {
window.testRunner.waitUntilDone();
- window.testRunner.dumpAsText(true); // This is only useful as a pixel test.
+ window.testRunner.dumpAsTextWithPixelResults(); // This is only useful as a pixel test.
}
function doTest()
« no previous file with comments | « LayoutTests/compositing/scrollbar-painting.html ('k') | LayoutTests/compositing/text-on-scaled-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698