- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / find_in_page / textintextarea.html
1 <html>
2 <head>
3 <title>Find Text in Text Area testcase</title>
4 </head>
5 <body>
6
7 <textarea rows="10" cols="30">
8 The cat was playing in the garden.
9 </textarea>
10
11 </body>
12 </html>