Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select / listbox-nooverlay-scrollbar.html
blob86bcd48f863f9f1855df0deb002b0c78941e53fe
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 html, body {
6 margin: 0;
7 padding: 0;
8 }
9 .container {
10 width: 100px;
11 height: 100px;
12 background-color: lime;
13 position: relative;
15 </style>
16 <script>
17 </script>
18 </head>
19 <body>
20 <p>You should see 2 green boxes with-out overlay scrollbar.</p>
22 <div class="container"></div>
23 <div dir="rtl" class="container"></div>
24 </body>
25 </html>