summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/find_in_page
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 20:36:12 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 20:36:12 +0000
commit7adb10a395b875ab2c8cc47c8723c70f1cfd7025 (patch)
treee766deb89a3e724241261a7c2bdd00e6681fa644 /chrome/test/data/find_in_page
parenta3c070022d5dc890ab0cae5b802dfb4832ee612e (diff)
downloadchromium_src-7adb10a395b875ab2c8cc47c8723c70f1cfd7025.zip
chromium_src-7adb10a395b875ab2c8cc47c8723c70f1cfd7025.tar.gz
chromium_src-7adb10a395b875ab2c8cc47c8723c70f1cfd7025.tar.bz2
Convert most of the Find UI tests to InProcBrowser tests. I might be able to convert the remaining ones, but this is enough for a first pass.
I also added a new disabled test, which will soon be enabled. BUG=None TEST=This whole changelist is about tests. :) Review URL: http://codereview.chromium.org/113646 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/find_in_page')
-rw-r--r--chrome/test/data/find_in_page/premature_end.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/data/find_in_page/premature_end.html b/chrome/test/data/find_in_page/premature_end.html
new file mode 100644
index 0000000..e681528
--- /dev/null
+++ b/chrome/test/data/find_in_page/premature_end.html
@@ -0,0 +1,5 @@
+<!doctype html>
+<body>
+ <input type=text value="html">
+ Search for html[space] with FindInPage and you should find the next two words: html html done.
+</body> \ No newline at end of file