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

Side by Side Diff: LayoutTests/platform/chromium/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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script>
5 testRunner.dumpAsText(true);
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. -->
8 <div style="width:200px; height:20px; overflow:auto">
9 <div style="height:200px;"></div>
10 </div>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698