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

Unified 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, 12 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt
===================================================================
--- LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt (revision 0)
+++ LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt (revision 0)
@@ -0,0 +1,26 @@
+article element
+section element
+header element
+aside element
+address element
+footer element
+main element
+nav element
+This tests that landmark and related roles are not ignored.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS containerNode.childrenCount is 8
+PASS AXObject.role is 'AXRole: AXArticle'
+PASS AXObject.role is 'AXRole: AXRegion'
+PASS AXObject.role is 'AXRole: AXBanner'
+PASS AXObject.role is 'AXRole: AXComplementary'
+PASS AXObject.role is 'AXRole: AXContentInfo'
+PASS AXObject.role is 'AXRole: AXFooter'
+PASS AXObject.role is 'AXRole: AXMain'
+PASS AXObject.role is 'AXRole: AXNavigation'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698