Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / textarea.html
1 <!--
2 @MAC-ALLOW:AXRole*
3 -->
4 <!DOCTYPE html>
5 <html>
6 <body>
7
8 <textarea rows="4" cols="50">
9 The textarea tag defines a multi-line text input control.
10 </textarea>
11
12 </body>
13 </html>
14