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

Unified Diff: LayoutTests/compositing/overflow/updating-scrolling-content.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/updating-scrolling-content.html
diff --git a/LayoutTests/compositing/overflow/updating-scrolling-content.html b/LayoutTests/compositing/overflow/updating-scrolling-content.html
index 1b9189fd02c51313c604833cdeec6ec2af199676..d36f008449e00ca8882805e3e478aab8a307c072 100644
--- a/LayoutTests/compositing/overflow/updating-scrolling-content.html
+++ b/LayoutTests/compositing/overflow/updating-scrolling-content.html
@@ -34,7 +34,7 @@ https://bugs.webkit.org/show_bug.cgi?id=100524.
alert('This test requires testRunner to run!');
return;
}
- testRunner.dumpAsText(false);
+ testRunner.dumpAsText();
var scroller = document.getElementById('scroller');
var indicator = document.getElementById('indicator');

Powered by Google App Engine
This is Rietveld 408576698