Index: Source/WebKit/chromium/tests/data/find.html |
=================================================================== |
--- Source/WebKit/chromium/tests/data/find.html (revision 141278) |
+++ Source/WebKit/chromium/tests/data/find.html (working copy) |
@@ -3,4 +3,7 @@ |
<input value="foo2 bar2 baz2"> |
<textarea>foo3 bar3 baz3</textarea> |
<div contentEditable="true">foo4 <span>bar4</span> baz4</div> |
+<select> |
+<option value="foo5">bar5</option> |
+</select> |
</body> |