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

Side by Side Diff: LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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
OLDNEW
1 1
2 PASS successfullyParsed is true
3
4 TEST COMPLETE
2 PASS selectElement.selectedIndex is -1 5 PASS selectElement.selectedIndex is -1
3 PASS selectElement.selectedIndex is -1 6 PASS selectElement.selectedIndex is -1
4 PASS selectElement.selectedIndex is 0 7 PASS selectElement.selectedIndex is 0
5 PASS selectElement.selectedIndex is -1 8 PASS selectElement.selectedIndex is -1
6 PASS selectElement.selectedIndex is -1 9 PASS selectElement.selectedIndex is -1
7 PASS selectElement.selectedIndex is 0 10 PASS selectElement.selectedIndex is 0
8 PASS selectElement.options[0].selected is true 11 PASS selectElement.options[0].selected is true
9 PASS selectElement.options[1].selected is true 12 PASS selectElement.options[1].selected is true
10 PASS selectElement.options[2].selected is false 13 PASS selectElement.options[2].selected is false
11 PASS selectElement.options[0].selected is true 14 PASS selectElement.options[0].selected is true
12 PASS selectElement.options[1].selected is true 15 PASS selectElement.options[1].selected is true
13 PASS selectElement.options[2].selected is false 16 PASS selectElement.options[2].selected is false
14 PASS selectElement.options[0].selected is true 17 PASS selectElement.options[0].selected is true
15 PASS selectElement.options[1].selected is false 18 PASS selectElement.options[1].selected is false
16 PASS selectElement.options[2].selected is false 19 PASS selectElement.options[2].selected is false
17 PASS successfullyParsed is true
18 20
19 TEST COMPLETE
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698