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

Side by Side Diff: LayoutTests/scrollbars/short-scrollbar.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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.dumpAsText(true);
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
« no previous file with comments | « LayoutTests/scrollbars/rtl-resizer-position.html ('k') | LayoutTests/scrollbars/short-scrollbar-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698