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

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

Issue 1086753004: Switch LayoutTests to use renamed methods for deprecated text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-add linux expectation Created 5 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 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.title is 'AXTitle: option 1' 9 PASS firstChild.deprecatedTitle is 'AXTitle: option 1'
10 secondChild.role is AXRole: AXListBoxOption 10 secondChild.role is AXRole: AXListBoxOption
11 PASS secondChild.description is 'AXDescription: label 2' 11 PASS secondChild.deprecatedDescription is 'AXDescription: 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
« no previous file with comments | « LayoutTests/accessibility/aria-option-role.html ('k') | LayoutTests/accessibility/aria-tab-roles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698