Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-status.html
blobf287c094697941faf3f83a5cdb21c38e95023b46
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole*
4 @WIN-ALLOW:xml-roles*
5 @WIN-ALLOW:*atomic*
6 @WIN-ALLOW:*live*
7 @WIN-ALLOW:*relevant*
8 -->
9 <!DOCTYPE html>
10 <html>
11 <body>
12 <div role="status"></div>
13 <div role="status" aria-atomic="false"></div>
14 </body>
15 </html>