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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-option-role-expected.txt

Issue 2893683002: Selection follows focus/activedescendant in single selection containers (Closed)
Patch Set: Last test to fix we hope Created 3 years, 7 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 option 1 1 option 1
2 option 2 2 option 2
3 This tests that the aria 'option' role works as expected. That is, it becomes a static text element with no children. 3 This tests that the aria 'option' role works as expected. That is, it becomes a static text element with no children.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 firstChild.role is AXRole: AXListBoxOption 8 firstChild.role is AXRole: AXListBoxOption
9 PASS firstChild.name is 'option 1' 9 PASS firstChild.name is 'option 1'
10 secondChild.role is AXRole: AXListBoxOption 10 secondChild.role is AXRole: AXListBoxOption
11 PASS secondChild.name is 'label 2' 11 PASS secondChild.name is 'label 2'
12 PASS firstChild.childrenCount is 0 12 PASS firstChild.childrenCount is 0
13 PASS secondChild.childrenCount is 0 13 PASS secondChild.childrenCount is 0
14 PASS firstChild.isFocusable is true
14 PASS successfullyParsed is true 15 PASS successfullyParsed is true
15 16
16 TEST COMPLETE 17 TEST COMPLETE
17 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698