summaryrefslogtreecommitdiffstats
path: root/content/test/data/accessibility/aria-math.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/data/accessibility/aria-math.html')
-rw-r--r--content/test/data/accessibility/aria-math.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/test/data/accessibility/aria-math.html b/content/test/data/accessibility/aria-math.html
new file mode 100644
index 0000000..38dc899
--- /dev/null
+++ b/content/test/data/accessibility/aria-math.html
@@ -0,0 +1,11 @@
+<!--
+@MAC-ALLOW:AXRole*
+@MAC-ALLOW:AXSubrole*
+@WIN-ALLOW:xml-roles*
+-->
+<!DOCTYPE html>
+<html>
+<body>
+ <div role="math">ARIA role math.</div>
+</body>
+</html>