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

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

Issue 2700613003: Enable find-in-page across GuestViews. (Closed)
Patch Set: Small fix. Created 3 years, 8 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_embedded_pdf_page.html
diff --git a/content/test/data/find_in_embedded_pdf_page.html b/content/test/data/find_in_embedded_pdf_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..a8748607adf16d80523d70aa5ef35699b22464de
--- /dev/null
+++ b/content/test/data/find_in_embedded_pdf_page.html
@@ -0,0 +1,13 @@
+<!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 test page for find-in-page with two embedded PDFs. This page should contain 13 matches total for "result".</br>
+<iframe src="find_in_pdf_page.pdf"></iframe></br>
+result</br>
+<iframe src="find_in_pdf_page.pdf"></iframe></br>
+result</br>
+</body>
+</html>
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | extensions/browser/guest_view/extension_options/extension_options_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698