Index: content/test/data/accessibility/aria/aria-status.html |
diff --git a/content/test/data/accessibility/aria/aria-status.html b/content/test/data/accessibility/aria/aria-status.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f287c094697941faf3f83a5cdb21c38e95023b46 |
--- /dev/null |
+++ b/content/test/data/accessibility/aria/aria-status.html |
@@ -0,0 +1,15 @@ |
+<!-- |
+@MAC-ALLOW:AXRole* |
+@MAC-ALLOW:AXSubrole* |
+@WIN-ALLOW:xml-roles* |
+@WIN-ALLOW:*atomic* |
+@WIN-ALLOW:*live* |
+@WIN-ALLOW:*relevant* |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <div role="status"></div> |
+ <div role="status" aria-atomic="false"></div> |
+</body> |
+</html> |