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

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

Issue 10453112: Merge 118772 - REGRESSION(r109729): The optgroup element's "disabled" attribute has no effect to re… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/select/optgroup-clicking.html ('k') | LayoutTests/fast/forms/select/optgroup-disabled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698