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

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

Issue 2544223002: Fix the position of context menu for BrowserPlugins inside OOPIF (Closed)
Patch Set: Define the mime type in the test html Created 3 years, 11 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
index ca83dbb7f3cec0ef75240440f23b6c2bf1803c5c..9b0028da0d21254727621b45216d8aadf1414a46 100644
--- a/chrome/test/data/page_with_embedded_pdf.html
+++ b/chrome/test/data/page_with_embedded_pdf.html
@@ -3,5 +3,5 @@
</head>
<body>
<p> This page embeds a PDF. </p>
- <embed src="./pdf/test.pdf" />
+ <embed src="./pdf/test.pdf" type="application/pdf"/>
</body>

Powered by Google App Engine
This is Rietveld 408576698