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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script> 4 <script>
5 testRunner.dumpAsText(true); 5 testRunner.dumpAsTextWithPixelResults();
6 </script> 6 </script>
7 <!-- On platforms with no scrollbar button images we should draw the native scro llbar track even when the scrollbar is very short. This condition is currently o nly relevant on linux chromiumos which is untested on the webkit tree but this t est can be run manually. --> 7 <!-- On platforms with no scrollbar button images we should draw the native scro llbar track even when the scrollbar is very short. This condition is currently o nly relevant on linux chromiumos which is untested on the webkit tree but this t est can be run manually. -->
8 <div style="width:200px; height:20px; overflow:auto"> 8 <div style="width:200px; height:20px; overflow:auto">
9 <div style="height:200px;"></div> 9 <div style="height:200px;"></div>
10 </div> 10 </div>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698