Chromium Code Reviews| Index: content/test/data/accessibility/article.html |
| diff --git a/content/test/data/accessibility/article.html b/content/test/data/accessibility/article.html |
| deleted file mode 100644 |
| index 532f72a736aae34deae69e27f092c5656a578e9f..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/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> |
| - <article> |
| - This is an article element. |
| - </article> |
| -</body> |
| -</html> |