| Index: LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
|
| diff --git a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
|
| index 5ede760dd99ac6c08c0a9bfef11babd44f017f6a..f34a20fb30525fb4a1d31bea138b57ba30e78366 100644
|
| --- a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
|
| +++ b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
|
| @@ -12,8 +12,6 @@ html, body {
|
| height: 100px;
|
| background-color: lime;
|
| display: block;
|
| - font-family: "Arial";
|
| - font-size : 12pt;
|
| }
|
| </style>
|
| <script>
|
| @@ -29,22 +27,10 @@ if (window.internals) {
|
| should have a scrollbar on the left.</p>
|
|
|
| <div>
|
| -<select multiple class="sel" size="5">
|
| -<option>foo1</option>
|
| -<option>foo2</option>
|
| -<option>foo3</option>
|
| -<option>foo4</option>
|
| -<option>foo5</option>
|
| -</select>
|
| +<select multiple class="sel"></select>
|
| </div>
|
| <div>
|
| -<select multiple dir="rtl" class="sel" size="5">
|
| -<option>foo1</option>
|
| -<option>foo2</option>
|
| -<option>foo3</option>
|
| -<option>foo4</option>
|
| -<option>foo5</option>
|
| -</select>
|
| +<select multiple dir="rtl" class="sel"></select>
|
| </div>
|
| </body>
|
| </html>
|
|
|