AXSubrole and AXRoleDescription is not exposed for HTML form element.
[chromium-blink-merge.git] / content / test / data / accessibility / form.html
blobd58db9b95ecf4c9fff946c0108ba234d4ec711cb
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 <form action="POST">
9 <input type="submit">
10 </form>
11 </body>
12 </html>