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

Side by Side Diff: LayoutTests/fast/forms/select/select-size-expected.txt

Issue 579133002: Default value of |size| IDL attribute of HTMLSelectElement should be 0. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/forms/select/select-size.html ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test HTMLSelectElement::size behavior.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS select.size is 0
7 PASS select.setAttribute("size", "1"); select.size is 1
8 PASS select.setAttribute("size", "2"); select.size is 2
9 PASS select.setAttribute("size", "3"); select.size is 3
10 PASS select.setAttribute("size", "4"); select.size is 4
11 PASS select.setAttribute("size", "0"); select.size is 0
12 PASS select.setAttribute("size", "-1"); select.size is 0
13 PASS select.setAttribute("size", "abc"); select.size is 0
14 PASS select.setAttribute("size", "3.14"); select.size is 3
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/select/select-size.html ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698