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

Side by Side Diff: LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt

Issue 1291263003: Index setter of HTMLSelectElement and HTMLOptionsCollection should do nothing if the requested size… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update warning messages Created 5 years, 4 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 | « no previous file | LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: Blocked to expand the option list to 4294967295 items. The max imum list length is 10000.
2 CONSOLE WARNING: Blocked to expand the option list to 10001 items. The maximum list length is 10000.
1 3
2 1) setting length to a negative length 4 1) setting length to a negative length
3 PASS mySelect.options.length is 2 5 PASS mySelect.options.length is 2
4 PASS mySelect.selectedIndex is 1 6 PASS mySelect.selectedIndex is 1
5 2) setting length to a larger length 7 2) setting length to a larger length
6 PASS mySelect.options.length is 5 8 PASS mySelect.options.length is 5
7 PASS mySelect.selectedIndex is 1 9 PASS mySelect.selectedIndex is 1
8 3) setting length to a smaller length 10 3) setting length to a smaller length
9 PASS mySelect.options.length is 2 11 PASS mySelect.options.length is 2
10 PASS mySelect.selectedIndex is 1 12 PASS mySelect.selectedIndex is 1
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 PASS mySelect.options.length is 10 75 PASS mySelect.options.length is 10
74 PASS mySelect.selectedIndex is -1 76 PASS mySelect.selectedIndex is -1
75 24) setting length to a value greater than 10000 77 24) setting length to a value greater than 10000
76 PASS mySelect.options.length is 10 78 PASS mySelect.options.length is 10
77 PASS mySelect.selectedIndex is -1 79 PASS mySelect.selectedIndex is -1
78 80
79 PASS successfullyParsed is true 81 PASS successfullyParsed is true
80 82
81 TEST COMPLETE 83 TEST COMPLETE
82 84
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698