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

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, 2 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: 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..dcf968f46b91ab983260f83a4ccfa41e8f98bce4
--- /dev/null
+++ b/chrome/test/data/page_with_embedded_pdf.html
@@ -0,0 +1,8 @@
+
nasko 2016/10/27 21:03:40 nit: No need for an empty line.
EhsanK 2016/10/27 22:06:48 Acknowledged.
+<head>
+ <title>Page embedding a PDF</title>
+</head>
+<body>
+ <p> This page embeds a PDF. </p>
+ <embed src="./pdf/test.pdf" />
+</body>

Powered by Google App Engine
This is Rietveld 408576698