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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt

Issue 204433002: Selecting OptGroup label does not deselect selected item (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated platform mac expectation file Created 6 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 Test clicking with optgroup element 1 Test clicking with optgroup element
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 Click enabled option 7 Click enabled option
8 PASS $("listbox").selectedIndex is 1 8 PASS $("listbox").selectedIndex is 1
9 9
10 Click on optgroup, should not deselect selectedIndex
11 PASS $("listbox").selectedIndex is 1
12
10 Click disabled option - doesn't change selectedIndex 13 Click disabled option - doesn't change selectedIndex
11 PASS $("listbox").selectedIndex is 1 14 PASS $("listbox").selectedIndex is 1
12 15
13 Menu list with arrow key 16 Menu list with arrow key
14 FAIL $("menulist").selectedIndex should be 8. Was 3. 17 FAIL $("menulist").selectedIndex should be 8. Was 3.
15 PASS successfullyParsed is true 18 PASS successfullyParsed is true
16 19
17 TEST COMPLETE 20 TEST COMPLETE
18 21
19 22
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/select/optgroup-clicking-expected.txt ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698