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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt

Issue 1838183003: Fix problems on changing 'multiple' state SELECT element to 'single' state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a typo in a comment Created 4 years, 8 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
OLDNEW
1 1
2 PASS successfullyParsed is true 2 PASS successfullyParsed is true
3 3
4 TEST COMPLETE 4 TEST COMPLETE
5 PASS selectElement.selectedIndex is -1 5 PASS selectElement.selectedIndex is -1
6 PASS selectElement.selectedIndex is 0
7 PASS selectElement.selectedIndex is 0
6 PASS selectElement.selectedIndex is -1 8 PASS selectElement.selectedIndex is -1
7 PASS selectElement.selectedIndex is 0 9 PASS selectElement.selectedIndex is 0
8 PASS selectElement.selectedIndex is -1
9 PASS selectElement.selectedIndex is -1
10 PASS selectElement.selectedIndex is 0 10 PASS selectElement.selectedIndex is 0
11 PASS selectElement.options[0].selected is true 11 PASS selectElement.options[0].selected is true
12 PASS selectElement.options[1].selected is true 12 PASS selectElement.options[1].selected is true
13 PASS selectElement.options[2].selected is false 13 PASS selectElement.options[2].selected is false
14 PASS selectElement.options[0].selected is true 14 PASS selectElement.options[0].selected is true
15 PASS selectElement.options[1].selected is true 15 PASS selectElement.options[1].selected is true
16 PASS selectElement.options[2].selected is false 16 PASS selectElement.options[2].selected is false
17 PASS selectElement.options[0].selected is true 17 PASS selectElement.options[0].selected is true
18 PASS selectElement.options[1].selected is false 18 PASS selectElement.options[1].selected is false
19 PASS selectElement.options[2].selected is false 19 PASS selectElement.options[2].selected is false
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698