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

Unified Diff: LayoutTests/compositing/fixed-position-scroll-offset-history-restore.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/fixed-position-scroll-offset-history-restore.html
diff --git a/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html b/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
index b1ecd137a0ab787d863b813b31bce5671a095110..b32172aef6edbefcdc37961c74d808adf462c694 100644
--- a/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
+++ b/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
@@ -20,7 +20,7 @@ onload = function() {
// If the scroll position is restored correctly the red div won't be visible.
delete window.localStorage.stage;
if (window.testRunner) {
- testRunner.dumpAsText(true);
+ testRunner.dumpAsTextWithPixelResults();
testRunner.notifyDone();
}
} else {

Powered by Google App Engine
This is Rietveld 408576698