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

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

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 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 disabled option - doesn't change selectedIndex 10 Click disabled option - doesn't change selectedIndex
11 PASS $("listbox").selectedIndex is 1 11 PASS $("listbox").selectedIndex is 1
12 12
13 Menu list with arrow key 13 Menu list with arrow key
14 PASS $("menulist").selectedIndex is 8 14 PASS $("menulist").selectedIndex is 8
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18
18 19
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698