Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / html / textarea.html
blobe56ac63c0d0648d65e45296c5cafbd8f738d2739
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:IA2_STATE*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
9 <textarea rows="4" cols="50">
10 The textarea tag defines a multi-line text input control.
11 </textarea>
13 </body>
14 </html>