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

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

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Rebased 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 
nasko 2016/10/27 21:03:40 nit: No need for an empty line.
EhsanK 2016/10/27 22:06:48 Acknowledged.
2 <head>
3 <title>Page embedding a PDF</title>
4 </head>
5 <body>
6 <p> This page embeds a PDF. </p>
7 <embed src="./pdf/test.pdf" />
8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698