blob: 123a0ba0388bcacd280f41ad604de723d290fb81 [file]
<!--
@BLINK-ALLOW:inputType=*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
@AURALINUX-ALLOW:horizontal
@AURALINUX-ALLOW:vertical
@AURALINUX-ALLOW:focus
-->
<html>
<body>
<menu type="list">
<input type="button" value="Button in menu element">
</menu>
<div role="menu">
<input type="button" value="Button in element with menu role">
</div>
</body>
</html>