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

Unified Diff: LayoutTests/compositing/overflow/composited-scrolling-paint-phases.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/compositing/overflow/composited-scrolling-paint-phases.html
diff --git a/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html b/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html
index e5d472549c2766da8eff1f0ebd2b949d33e7a103..1e82078c716b9eee42bc141608e0b0065d41e7ae 100644
--- a/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html
+++ b/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html
@@ -31,7 +31,7 @@
</style>
<script>
if (window.testRunner)
- window.testRunner.dumpAsText(false);
+ window.testRunner.dumpAsText();
if (window.internals)
window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);

Powered by Google App Engine
This is Rietveld 408576698