Chromium Code Reviews| Index: content/test/data/accessibility/aria-navigation.html |
| diff --git a/content/test/data/accessibility/aria-navigation.html b/content/test/data/accessibility/aria-navigation.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..83b39b37b3a72a91020992359ef2af7107b90105 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria-navigation.html |
| @@ -0,0 +1,13 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@MAC-ALLOW:AXSubrole=* |
| +@WIN-ALLOW:xml-roles* |
| +--> |
| +<html> |
| +<body> |
| + |
| + <div role="navigation"> |
| + </div> |
| + |
| +</body> |
| +</html> |