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

Side by Side Diff: LayoutTests/fast/forms/select/optgroup-disabled-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 disabled attribute of optgroup element 1 Test disabled attribute of 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 Check :disabled pseudo-class 6 Check :disabled pseudo-class
7 PASS disabledSet["listbox_optgroup_disabled"] is true 7 PASS disabledSet["listbox_optgroup_disabled"] is true
8 PASS disabledSet["listbox_d1"] is true 8 PASS disabledSet["listbox_d1"] is true
9 PASS disabledSet["listbox_d2"] is true 9 PASS disabledSet["listbox_d2"] is true
10 PASS disabledSet["listbox_d3"] is true 10 PASS disabledSet["listbox_d3"] is true
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 optgroup.disabled doesn't affect option.selected 49 optgroup.disabled doesn't affect option.selected
50 PASS $("listbox").selectedIndex is 0 50 PASS $("listbox").selectedIndex is 0
51 PASS $("listbox").selectedIndex is 4 51 PASS $("listbox").selectedIndex is 4
52 PASS $("menulist").selectedIndex is 0 52 PASS $("menulist").selectedIndex is 0
53 PASS $("menulist").selectedIndex is 4 53 PASS $("menulist").selectedIndex is 4
54 PASS successfullyParsed is true 54 PASS successfullyParsed is true
55 55
56 TEST COMPLETE 56 TEST COMPLETE
57 57
58 58
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/select/optgroup-disabled.html ('k') | LayoutTests/fast/forms/select/optgroup-rendering.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698