diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:36:12 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:36:12 +0000 |
commit | 7adb10a395b875ab2c8cc47c8723c70f1cfd7025 (patch) | |
tree | e766deb89a3e724241261a7c2bdd00e6681fa644 /chrome/test/data/find_in_page | |
parent | a3c070022d5dc890ab0cae5b802dfb4832ee612e (diff) | |
download | chromium_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.html | 5 |
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 |