Sign in
chromium
/
chromium
/
src
/
69b378ee1
/
.
/
chrome
/
test
/
data
/
page_with_embedded_pdf.html
blob: ca83dbb7f3cec0ef75240440f23b6c2bf1803c5c [
file
] [
log
] [
blame
]
<head>
<title>
Page embedding a PDF
</title>
</head>
<body>
<p>
This page embeds a PDF.
</p>
<embed
src
=
"./pdf/test.pdf"
/>
</body>