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

Side by Side Diff: chrome/test/data/page_with_embedded_pdf.html

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Added a comment 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 unified diff | Download patch
OLDNEW
(Empty)
1 <head>
2 <title>Page embedding a PDF</title>
3 </head>
4 <body>
5 <p> This page embeds a PDF. </p>
6 <embed src="./pdf/test.pdf" />
7 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698