Index: content/test/data/accessibility/aria-live.html |
diff --git a/content/test/data/accessibility/aria-live.html b/content/test/data/accessibility/aria-live.html |
deleted file mode 100644 |
index 83f4e6e9c2de804526ac5a8481933ddffbd08b80..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/aria-live.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXSubrole* |
-@MAC-ALLOW:AXARIALive* |
-@WIN-ALLOW:live* |
-@WIN-ALLOW:container* |
-@WIN-ALLOW:BUSY* |
---> |
-<!DOCTYPE html> |
-<html> |
- <body> |
- <div tabindex=0 role="marquee" aria-live="off"></div> |
- <div tabindex=1 role="marquee" aria-live="polite"></div> |
- <div tabindex=2 role="marquee" aria-live="assertive"></div> |
- </body> |
-</html> |