summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/find_in_page
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 18:19:00 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 18:19:00 +0000
commit5bc8fe91607f20f2d43dc461ca188dd07b55d435 (patch)
treeca6551f9d816757942485ee7d3542c5aeb4d2fed /chrome/test/data/find_in_page
parent3148c0ae4462e01f4b830b8d2150dcd7fee2cb3b (diff)
downloadchromium_src-5bc8fe91607f20f2d43dc461ca188dd07b55d435.zip
chromium_src-5bc8fe91607f20f2d43dc461ca188dd07b55d435.tar.gz
chromium_src-5bc8fe91607f20f2d43dc461ca188dd07b55d435.tar.bz2
Allow users to close the find session and activate the current link via ctrl-enter.
this only hooks up ctrl-enter on gtk for now, but adding it on windows/mac should be trivial webkit side, which needs to land first, is here: https://bugs.webkit.org/show_bug.cgi?id=35407 This also enables the FindInPageControllerTest tests on linux/gtk. BUG=29500 TEST=FindInPageControllerTest.ActivateLinkNavigatesPage Review URL: http://codereview.chromium.org/660137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/find_in_page')
-rw-r--r--chrome/test/data/find_in_page/link.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/data/find_in_page/link.html b/chrome/test/data/find_in_page/link.html
new file mode 100644
index 0000000..78644ce1
--- /dev/null
+++ b/chrome/test/data/find_in_page/link.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+ <title>Find in page</title>
+</head>
+<body>
+ This is a page with some text and a <a href="simple.html">link</a> that we use in the browser tests.
+</body>
+</html>