chromium/chrome/test/data/find_in_page/textintextarea.html

<html>
<head>
<title>Find Text in Text Area testcase</title>
</head>
<body>

<textarea rows="10" cols="30">
The cat was playing in the garden.
</textarea>

</body>
</html>