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

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

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month 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.deprecatedTitle is 'AXTitle: option 1' 9 PASS firstChild.name is 'option 1'
10 secondChild.role is AXRole: AXListBoxOption 10 secondChild.role is AXRole: AXListBoxOption
11 PASS secondChild.deprecatedDescription is 'AXDescription: 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 successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698