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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sc ale=1.0, user-scalable=no" />
5 </head>
6 <body>
7 This a test page for find-in-page with two embedded PDFs. This page should conta in 13 matches total for "result".</br>
8 <iframe src="find_in_pdf_page.pdf"></iframe></br>
9 result</br>
10 <iframe src="find_in_pdf_page.pdf"></iframe></br>
11 result</br>
12 </body>
13 </html>
OLDNEW
« 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