Index: content/test/data/accessibility/aria-live.html |
diff --git a/content/test/data/accessibility/aria-marquee.html b/content/test/data/accessibility/aria-live.html |
similarity index 76% |
copy from content/test/data/accessibility/aria-marquee.html |
copy to content/test/data/accessibility/aria-live.html |
index 2e4f1e93ac3a617af3a1197e274122e5819d5f7e..a6c67748a43d85945df9df995a8e3115ade78b7d 100644 |
--- a/content/test/data/accessibility/aria-marquee.html |
+++ b/content/test/data/accessibility/aria-live.html |
@@ -1,16 +1,14 @@ |
-<!DOCTYPE html> |
-<!-- |
-@MAC-ALLOW:AXSubrole=* |
-@MAC-ALLOW:AXRole* |
-@MAC-ALLOW:AXARIALIVE* |
-@WIN-ALLOW:xml-roles:* |
-@WIN-ALLOW:live* |
-@WIN-ALLOW:container* |
---> |
-<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> |
+<!-- |
+@MAC-ALLOW:AXSubrole* |
+@MAC-ALLOW:AXARIALive* |
+@WIN-ALLOW:live* |
+@WIN-ALLOW:container* |
+--> |
+<!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> |