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

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

Issue 1959183002: Multi-Process Find-in-Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_multi_frame.html
diff --git a/content/test/data/find_in_page_multi_frame.html b/content/test/data/find_in_page_multi_frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..de049499ddbcd3cc4c7568b7bc8471a10c3df8ed
--- /dev/null
+++ b/content/test/data/find_in_page_multi_frame.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
+</head>
+<body>
+This a find-in-page test with multiple frames.</br>
+top result</br>
+<iframe id="frame1" height="300" scrolling="yes"></iframe></br>
+middle result</br>
+<iframe id="frame2" height="300" scrolling="yes"></iframe></br>
+bottom result</br>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698