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

Unified Diff: LayoutTests/compositing/overflow/scrolling-without-painting.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/scrolling-without-painting.html
diff --git a/LayoutTests/compositing/overflow/scrolling-without-painting.html b/LayoutTests/compositing/overflow/scrolling-without-painting.html
index fbe855d4b33f0bdc33b719f814bd256bbaa3ca24..036a83e7b35b92fb402c3e40347844219298d1e5 100644
--- a/LayoutTests/compositing/overflow/scrolling-without-painting.html
+++ b/LayoutTests/compositing/overflow/scrolling-without-painting.html
@@ -30,7 +30,7 @@ repainting their contents. See https://bugs.webkit.org/show_bug.cgi?id=96087.
alert('This test requires testRunner to run!');
return;
}
- testRunner.dumpAsText(false);
+ testRunner.dumpAsText();
// First paint the entire view including the scrolling element.
var scroller = document.getElementById('scroller');

Powered by Google App Engine
This is Rietveld 408576698