Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-multiselectable.html
blob2095ffd711ff1948bcc7a19729f8b7d47ab6925c
1 <!--
2 @WIN-ALLOW:xml-roles:*
3 @WIN-ALLOW:MULTISELECTABLE
4 @WIN-ALLOW:EXTSELECTABLE
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body>
9 <div role="listbox" aria-multiselectable="true"></div>
10 <div role="listbox" aria-multiselectable="false"></div>
11 </body>
12 </html>