Index: content/test/data/accessibility/region.html |
diff --git a/content/test/data/accessibility/region.html b/content/test/data/accessibility/region.html |
deleted file mode 100644 |
index 29e729b3420b4746dce1b8019b06109be08c5beb..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/region.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXSubrole=AXDocumentRegion |
-@MAC-DENY:AXTitle* |
-@WIN-ALLOW:xml-roles:region |
---> |
-<!doctype html> |
-<html> |
-<body> |
- <section> |
- This is a section element. |
- </section> |
- |
- <div role="region"> |
- This is an ARIA region. |
- </div> |
-</body> |
-</html> |