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

Unified Diff: LayoutTests/scrollbars/short-scrollbar.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/scrollbars/short-scrollbar.html
diff --git a/LayoutTests/scrollbars/short-scrollbar.html b/LayoutTests/scrollbars/short-scrollbar.html
index ea46d32bf374eba30e0e2aad5d0ef5ed57eaa35c..a2ac37e2b00524f6f1fae3f0257b547b155f1853 100644
--- a/LayoutTests/scrollbars/short-scrollbar.html
+++ b/LayoutTests/scrollbars/short-scrollbar.html
@@ -2,7 +2,7 @@
<html>
<body>
<script>
-testRunner.dumpAsText(true);
+testRunner.dumpAsTextWithPixelResults();
</script>
<!-- On platforms with no scrollbar button images we should draw the native scrollbar track even when the scrollbar is very short. This condition is currently only relevant on linux chromiumos which is untested on the webkit tree but this test can be run manually. -->
<div style="width:200px; height:20px; overflow:auto">

Powered by Google App Engine
This is Rietveld 408576698