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