Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-labelledby-heading.html
blob6ee264233b39635b057985cd587e71323e202fda
1 <!--
2 @MAC-ALLOW:AXTitleUIElement*
3 -->
4 <!DOCTYPE html>
5 <html>
6 <body>
7 <input aria-labelledby="h2">
8 <h2 id="h2">h2</h1>
9 </body>
10 </html>