Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / select-element.html
index 33326b6..d238f59 100644 (file)
@@ -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>