| Index: third_party/WebKit/LayoutTests/fast/forms/select-list-box-with-height.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-list-box-with-height.html b/third_party/WebKit/LayoutTests/fast/forms/select-list-box-with-height.html
|
| deleted file mode 100644
|
| index d8819e35c01ab7f4e852408a993f95656f931bbb..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select-list-box-with-height.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<p>The select below has a size of 3, but a much larger height.</p>
|
| -<select size="3" style="height: 250px;">
|
| - <option>one</option>
|
| - <option>two</option>
|
| - <option>three</option>
|
| - <option>four</option>
|
| - <option>five</option>
|
| - <option>six</option>
|
| - <option>seven</option>
|
| - <option>eight</option>
|
| - <option>nine</option>
|
| - <option>ten</option>
|
| - <option>eleven</option>
|
| - <option>twelve</option>
|
| - <option>thirteen</option>
|
| -</select>
|
|
|