- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / textinput / textarea_with_preset_text.html
1 <html>
2   <head>
3     <script src="textinput_helper.js"></script>
4   </head>
5   <body>
6     <textarea id="empty_textarea"></textarea>
7     <textarea id="filled_textarea">abcde</textarea>
8   </body>
9 </html>