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

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: Disabled tests on Android Release because of crbug.com/615291. Created 4 years, 6 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/test/data/find_in_hidden_frame.html ('k') | third_party/WebKit/Source/core/page/Page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/test/data/find_in_hidden_frame.html ('k') | third_party/WebKit/Source/core/page/Page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698