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

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

Issue 2236403004: Handling new frames and frame navigations with find-in-page during a find session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: content/test/data/find_in_page_simple.html
diff --git a/content/test/data/find_in_page_simple.html b/content/test/data/find_in_page_simple.html
new file mode 100644
index 0000000000000000000000000000000000000000..e53bdbd886c921dbea98cdb99382bcbe610f6912
--- /dev/null
+++ b/content/test/data/find_in_page_simple.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>

Powered by Google App Engine
This is Rietveld 408576698