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

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

Issue 104583006: Don't ignore landmark and related AXObjects, because they should be exposed to (Closed) Base URL: http://src.chromium.org/blink/trunk/
Patch Set: Created 6 years, 11 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
(Empty)
1 article element
2 section element
3 header element
4 aside element
5 address element
6 footer element
7 main element
8 nav element
9 This tests that landmark and related roles are not ignored.
10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12
13
14 PASS containerNode.childrenCount is 8
15 PASS AXObject.role is 'AXRole: AXArticle'
16 PASS AXObject.role is 'AXRole: AXRegion'
17 PASS AXObject.role is 'AXRole: AXBanner'
18 PASS AXObject.role is 'AXRole: AXComplementary'
19 PASS AXObject.role is 'AXRole: AXContentInfo'
20 PASS AXObject.role is 'AXRole: AXFooter'
21 PASS AXObject.role is 'AXRole: AXMain'
22 PASS AXObject.role is 'AXRole: AXNavigation'
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698