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

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

Issue 1407053004: Add a comment to fast/forms/select/optgroup-clicking.html about a failure on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 10 Click on optgroup, should not deselect selectedIndex
11 PASS $("listbox").selectedIndex is 1 11 PASS $("listbox").selectedIndex is 1
12 12
13 Click disabled option - doesn't change selectedIndex 13 Click disabled option - doesn't change selectedIndex
14 PASS $("listbox").selectedIndex is 1 14 PASS $("listbox").selectedIndex is 1
15 15
16 Menu list with arrow key 16 Menu list with arrow key. The test is expected to fail on OSX because of a key b inding difference.
17 PASS $("menulist").selectedIndex is 8 17 PASS $("menulist").selectedIndex is 8
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698