Index: content/test/data/accessibility/aria-alert.html |
diff --git a/content/test/data/accessibility/aria-alert.html b/content/test/data/accessibility/aria-alert.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..891640cba36d4c5bfc5ab953f5a4ee502755dd45 |
--- /dev/null |
+++ b/content/test/data/accessibility/aria-alert.html |
@@ -0,0 +1,8 @@ |
+<!-- |
+@MAC-ALLOW:AXRoleDescription='alert' |
+--> |
+<html> |
+<body> |
+ <p id="ariaalert" role="alert"> This test is for aria role="alert" </p> |
+</body> |
+</html> |