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

Unified Diff: chrome/test/data/page_with_embedded_pdf.html

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Rebased Created 4 years, 1 month 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: chrome/test/data/page_with_embedded_pdf.html
diff --git a/chrome/test/data/page_with_embedded_pdf.html b/chrome/test/data/page_with_embedded_pdf.html
new file mode 100644
index 0000000000000000000000000000000000000000..ca83dbb7f3cec0ef75240440f23b6c2bf1803c5c
--- /dev/null
+++ b/chrome/test/data/page_with_embedded_pdf.html
@@ -0,0 +1,7 @@
+<head>
+ <title>Page embedding a PDF</title>
+</head>
+<body>
+ <p> This page embeds a PDF. </p>
+ <embed src="./pdf/test.pdf" />
+</body>
« no previous file with comments | « chrome/browser/chrome_site_per_process_browsertest.cc ('k') | components/guest_view/browser/guest_view_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698