Index: content/test/data/accessibility/main.html |
diff --git a/content/test/data/accessibility/main.html b/content/test/data/accessibility/main.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..41cd565bb0fc86634fea9d530092658da9e155c0 |
--- /dev/null |
+++ b/content/test/data/accessibility/main.html |
@@ -0,0 +1,18 @@ |
+<!-- |
+@MAC-ALLOW:AXRole=* |
+@MAC-ALLOW:AXSubrole=* |
+@MAC-ALLOW:AXRoleDescription=* |
+@WIN-ALLOW:xml-roles:* |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <main> |
+ This is main element. |
+ </main> |
+ |
+ <div role="main"> |
+ This is an ARIA role main. |
+ </div> |
+</body> |
+</html> |