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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper 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 article element 1 article element
2 section element 2 section element
3 header element 3 header element
4 aside element 4 aside element
5 address element 5 address element
6 footer element 6 footer element
7 main element 7 main element
8 nav element 8 nav element
9 This tests that landmark and related roles are not ignored. 9 This tests that landmark and related roles are not ignored.
10 10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 12
13 13
14 PASS containerNode.childrenCount is 8 14 PASS containerNode.childrenCount is 8
15 PASS AXObject.role is 'AXRole: AXArticle' 15 PASS AXObjectImpl.role is 'AXRole: AXArticle'
16 PASS AXObject.role is 'AXRole: AXRegion' 16 PASS AXObjectImpl.role is 'AXRole: AXRegion'
17 PASS AXObject.role is 'AXRole: AXBanner' 17 PASS AXObjectImpl.role is 'AXRole: AXBanner'
18 PASS AXObject.role is 'AXRole: AXComplementary' 18 PASS AXObjectImpl.role is 'AXRole: AXComplementary'
19 PASS AXObject.role is 'AXRole: AXContentInfo' 19 PASS AXObjectImpl.role is 'AXRole: AXContentInfo'
20 PASS AXObject.role is 'AXRole: AXFooter' 20 PASS AXObjectImpl.role is 'AXRole: AXFooter'
21 PASS AXObject.role is 'AXRole: AXMain' 21 PASS AXObjectImpl.role is 'AXRole: AXMain'
22 PASS AXObject.role is 'AXRole: AXNavigation' 22 PASS AXObjectImpl.role is 'AXRole: AXNavigation'
23 PASS successfullyParsed is true 23 PASS successfullyParsed is true
24 24
25 TEST COMPLETE 25 TEST COMPLETE
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698