Index: content/test/data/accessibility/region.html |
=================================================================== |
--- content/test/data/accessibility/region.html (revision 0) |
+++ content/test/data/accessibility/region.html (revision 0) |
@@ -0,0 +1,17 @@ |
+<!-- |
+@MAC-ALLOW:AXSubrole=AXDocumentRegion |
+@MAC-DENY:AXTitle* |
+@WIN-ALLOW:xml-roles:region |
+--> |
+<!doctype html> |
+<html> |
+<body> |
+ <section> |
+ This is a region element. |
+ </section> |
+ |
+ <div role="region"> |
+ This is an ARIA region. |
+ </div> |
+</body> |
+</html> |