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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <head> 1 <head>
2 <title>Page embedding a PDF</title> 2 <title>Page embedding a PDF</title>
3 </head> 3 </head>
4 <body> 4 <body>
5 <p> This page embeds a PDF. </p> 5 <p> This page embeds a PDF. </p>
6 <embed src="./pdf/test.pdf" /> 6 <embed src="./pdf/test.pdf" type="application/pdf"/>
7 </body> 7 </body>
OLDNEW
« 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