Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-haspopup.html
blob64c00d5a96c3351f79990cc55fb10950d5d4cad9
1 <!--
2 @MAC-ALLOW:AXExpanded*
3 @MAC-ALLOW:AXShowMenu*
4 @MAC-ALLOW:AXPress*
5 @WIN-ALLOW:EXPANDED*
6 @WIN-ALLOW:HASPOPUP*
7 -->
8 <!DOCTYPE html>
9 <html>
10 <body>
11 <div tabindex=0 role="combobox" aria-haspopup="true">
12 </div>
13 <div tabindex=1 role="combobox" aria-haspopup="false">
14 </div>
15 </body>
16 </html>