Index: content/test/data/accessibility/aria-menuitemradio.html |
diff --git a/content/test/data/accessibility/aria-menuitemradio.html b/content/test/data/accessibility/aria-menuitemradio.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..af36d156be1bc1b5341eda109faa4c494ef5de6b |
--- /dev/null |
+++ b/content/test/data/accessibility/aria-menuitemradio.html |
@@ -0,0 +1,14 @@ |
+<!-- |
+@MAC-ALLOW:roleDescription=* |
+@MAC-DENY:subrole=(null) |
+@MAC-DENY:title='' |
+@MAC-DENY:value='' |
+@WIN-ALLOW:checkable:* |
+@WIN-DENY:name='' |
+--> |
+<html> |
+<body> |
+ <div role="aria-menuitemradio" aria-checked>Menu item 1</div> |
dmazzoni
2013/01/12 00:01:32
Should just be role="menuitemradio", no aria in th
aboxhall
2013/01/12 02:41:46
Done, although it doesn't actually make any differ
|
+ <div role="aria-menuitemradio">Menu item 2</div> |
+</body> |
+</html> |