Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2611)

Unified Diff: content/test/data/find_in_simple_page.html

Issue 2316203002: Fix find box bug after navigation. (Closed)
Patch Set: Added test. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/find_request_manager_browsertest.cc ('k') | third_party/WebKit/Source/web/TextFinder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/find_in_simple_page.html
diff --git a/content/test/data/find_in_simple_page.html b/content/test/data/find_in_simple_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..ef9e9486f1ecd672f14d1263e3008d4ab952989b
--- /dev/null
+++ b/content/test/data/find_in_simple_page.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ This is a simple page with 5 matches for "result".
+
+ result Result RESULT rEsUlT
+ </body>
+</html>
« no previous file with comments | « content/browser/find_request_manager_browsertest.cc ('k') | third_party/WebKit/Source/web/TextFinder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698