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

Side by Side Diff: LayoutTests/accessibility/multiselect-list-reports-active-option-expected.txt

Issue 1034493005: Fire AX notifications on list box options. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@menu_list_more
Patch Set: Update expectations for other test that failed Created 5 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
« no previous file with comments | « LayoutTests/accessibility/listbox-focus.html ('k') | Source/core/dom/AXObjectCache.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 This tests that navigating in a multiselect list updates selection and the activ e selected option and sends a notification. 2 This tests that navigating in a multiselect list updates selection and the activ e selected option and sends a notification.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 PASS accessibleOne.isSelected is true 10 PASS accessibleOne.isSelected is true
11 PASS accessibleOne.isSelectedOptionActive is true 11 PASS accessibleOne.isSelectedOptionActive is true
12 PASS accessibleTwo.isSelected is false 12 PASS accessibleTwo.isSelected is false
13 PASS accessibleTwo.isSelectedOptionActive is false 13 PASS accessibleTwo.isSelectedOptionActive is false
14 PASS accessibleThree.isSelected is false 14 PASS accessibleThree.isSelected is false
15 PASS accessibleThree.isSelectedOptionActive is false 15 PASS accessibleThree.isSelectedOptionActive is false
16 PASS accessibleOne.isSelected is false 16 PASS accessibleOne.isSelected is false
17 PASS accessibleOne.isSelectedOptionActive is false 17 PASS accessibleOne.isSelectedOptionActive is false
18 PASS accessibleTwo.isSelected is true 18 PASS accessibleTwo.isSelected is true
19 PASS accessibleTwo.isSelectedOptionActive is true 19 PASS accessibleTwo.isSelectedOptionActive is true
20 PASS accessibleThree.isSelected is false 20 PASS accessibleThree.isSelected is false
21 PASS accessibleThree.isSelectedOptionActive is false 21 PASS accessibleThree.isSelectedOptionActive is false
22 PASS accessibleOne.isSelected is false 22 PASS accessibleOne.isSelected is false
23 PASS accessibleOne.isSelectedOptionActive is false 23 PASS accessibleOne.isSelectedOptionActive is false
24 PASS accessibleTwo.isSelected is true 24 PASS accessibleTwo.isSelected is true
25 PASS accessibleTwo.isSelectedOptionActive is false 25 PASS accessibleTwo.isSelectedOptionActive is false
26 PASS accessibleThree.isSelected is true 26 PASS accessibleThree.isSelected is true
27 PASS accessibleThree.isSelectedOptionActive is true 27 PASS accessibleThree.isSelectedOptionActive is true
28 List notification: SelectedChildrenChanged 28 List notification: SelectedChildrenChanged
29 List notification: SelectedChildrenChanged 29 List notification: SelectedChildrenChanged
30 List notification: SelectedChildrenChanged
30 31
31 TEST COMPLETE 32 TEST COMPLETE
32 33
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/listbox-focus.html ('k') | Source/core/dom/AXObjectCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698