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

Side by Side Diff: LayoutTests/fast/forms/select/optgroup-disabled-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 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 PASS $("listbox_optgroup_disabled").disabled is true 47 PASS $("listbox_optgroup_disabled").disabled is true
48 PASS $("menulist_optgroup_disabled").disabled is true 48 PASS $("menulist_optgroup_disabled").disabled is true
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 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698