| Index: LayoutTests/fast/events/select-element.html
|
| diff --git a/LayoutTests/fast/events/select-element.html b/LayoutTests/fast/events/select-element.html
|
| index 33326b688a5cce304e420d5414a52e157ba5ce48..d238f59c3af0365c5e36c98e0f072da32dc4437f 100644
|
| --- a/LayoutTests/fast/events/select-element.html
|
| +++ b/LayoutTests/fast/events/select-element.html
|
| @@ -7,9 +7,7 @@
|
| Since it requires <CODE>eventSender.keyDown</CODE>, it will not run solo in the web browser; it must be run with <KBD>run-webkit-tests</KBD>.</p>
|
| <hr>
|
| <form>
|
| - <!-- We specify a size of 3 but will end up rendering with 4 because webkit imposes a minimum size of 4.
|
| - It is important to make sure the code handles this case -->
|
| - <select name="singleselect" id="ss" size="3" multiple="true">
|
| + <select name="singleselect" id="ss" size="4" multiple="true">
|
| <option value="0">0 </option>
|
| <option value="1">1 </option>
|
| <option value="2">2 </option>
|
|
|