Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollbars / short-scrollbar.html
bloba2ac37e2b00524f6f1fae3f0257b547b155f1853
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script>
5 testRunner.dumpAsTextWithPixelResults();
6 </script>
7 <!-- 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. -->
8 <div style="width:200px; height:20px; overflow:auto">
9 <div style="height:200px;"></div>
10 </div>
11 </body>
12 </html>