Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / html / input-button-in-menu.html
blob98d70679e66feee1fb0928403b728c1cba2dd467
1 <!--
2 @WIN-ALLOW:xml-roles:*
3 -->
4 <html>
5 <body>
6 <menu type="list">
7 <input type="button" value="Button in menu element">
8 </menu>
9 <div role="menu">
10 <input type="button" value="Button in element with menu role">
11 </div>
13 </body>
14 </html>