GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git] / content / test / data / accessibility / html / textarea.html
blobeee3569de12b904756b47bd59a82d883d752f092
1 <!--
2 @MAC-ALLOW:AXRole*
3 -->
4 <!DOCTYPE html>
5 <html>
6 <body>
8 <textarea rows="4" cols="50">
9 The textarea tag defines a multi-line text input control.
10 </textarea>
12 </body>
13 </html>