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

Unified Diff: LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.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/iframes/repaint-after-losing-scrollbars.html
diff --git a/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html b/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html
index 745d8561047ebf6c13f706e3bca9b605b5dd3657..832178f0fd374b79fe7e29044fa57b732a9aadd7 100644
--- a/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html
+++ b/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html
@@ -34,7 +34,7 @@ function test() {
document.getElementById("both").contentDocument.body.classList.add("wide"); // bottom iframe starts with both
document.getElementById("both").contentDocument.body.classList.add("tall"); // vertical and horizontal scrollbars
if (window.testRunner) {
- testRunner.dumpAsText(true);
+ testRunner.dumpAsTextWithPixelResults();
testRunner.display(); // Paint once with all overflow controls visible.
finishTest();
} else

Powered by Google App Engine
This is Rietveld 408576698