Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: LayoutTests/fast/events/select-element.html

Issue 580013002: Support size<4 rendering of listbox <select>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/select-clientheight-with-multiple-attr.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/select-clientheight-with-multiple-attr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698