Chromium Code Reviews| Index: content/test/data/accessibility/aria-article.html |
| diff --git a/content/test/data/accessibility/aria-article.html b/content/test/data/accessibility/aria-article.html |
| deleted file mode 100644 |
| index bb9e1fd8923015d7aef2d3ee034a64546c1cc100..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/aria-article.html |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXRole* |
| -@MAC-ALLOW:AXSubrole=AXDocumentArticle |
| -@MAC-DENY:AXTitle* |
| -@WIN-ALLOW:xml-roles:article |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - <div role="article"> |
| - This is an ARIA article. |
| - </div> |
| -</body> |
| -</html> |