diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 23:13:21 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 23:13:21 +0000 |
commit | c1dc9f130ed8792c3e821f486d3c5e1ed4e567f3 (patch) | |
tree | 2b269b7c2ebe503d2e77b1361470ff750e592b91 /chrome/test/data/find_in_page | |
parent | dec1c69abbba50d8d72ca5ddba7154953887c07b (diff) | |
download | chromium_src-c1dc9f130ed8792c3e821f486d3c5e1ed4e567f3.zip chromium_src-c1dc9f130ed8792c3e821f486d3c5e1ed4e567f3.tar.gz chromium_src-c1dc9f130ed8792c3e821f486d3c5e1ed4e567f3.tar.bz2 |
When you search for something, press F3, close the box and press F3 it would only open the Find box and not issue the search. This is because we set the prepopulate string to find_text and not find_text_ (the former is blank on F3). I have also changed the variable name to prevent this kind of confusion in the future.
BUG=28306
TEST=Automated test added.
Review URL: http://codereview.chromium.org/425003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/find_in_page')
-rw-r--r-- | chrome/test/data/find_in_page/simple.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/data/find_in_page/simple.html b/chrome/test/data/find_in_page/simple.html new file mode 100644 index 0000000..15bf59c --- /dev/null +++ b/chrome/test/data/find_in_page/simple.html @@ -0,0 +1,8 @@ +<html> +<head> + <title>Find in page</title> +</head> +<body> + This is a page with some text that we use in the browser tests. +</body> +</html>
\ No newline at end of file |