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

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

Issue 2695103003: Fix the position of context menu for BrowserPlugins inside OOPIF (Merge to M-57) (Closed)
Patch Set: Created 3 years, 10 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>
« no previous file with comments | « chrome/browser/site_per_process_interactive_browsertest.cc ('k') | content/browser/browser_plugin/browser_plugin_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698