Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-dialog.html
blobee45c9bd0525ac1820bae92e5be0b436133152b7
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole*
4 @WIN-ALLOW:xml-roles:*
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body>
9 <div role="dialog">This is ARIA dialog.</div>
10 </body>
11 </html>