Index: content/test/data/accessibility/aria-marquee.html |
diff --git a/content/test/data/accessibility/aria-marquee.html b/content/test/data/accessibility/aria-marquee.html |
index 82204b08526dd22d78ae968615fad1f4e5d7f372..2e4f1e93ac3a617af3a1197e274122e5819d5f7e 100644 |
--- a/content/test/data/accessibility/aria-marquee.html |
+++ b/content/test/data/accessibility/aria-marquee.html |
@@ -1,11 +1,16 @@ |
<!DOCTYPE html> |
<!-- |
@MAC-ALLOW:AXSubrole=* |
-@MAC-ALLOW:AXRoleDescription=* |
+@MAC-ALLOW:AXRole* |
+@MAC-ALLOW:AXARIALIVE* |
@WIN-ALLOW:xml-roles:* |
+@WIN-ALLOW:live* |
+@WIN-ALLOW:container* |
--> |
<html> |
<body> |
- <div role="marquee" aria-live="polite"></div> |
+ <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> |