chromium/chrome/test/data/back_forward_cache/page_with_embed_pdf.html

<head>
  <title>Page embedding a PDF</title>
</head>
<body>
  <p> This page embeds a PDF. </p>
  <embed id="embed" src="/pdf/test.pdf" type="application/pdf"/>
</body>