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

<head>
  <title>Page embedding a HTML</title>
</head>
<body>
  <p> This page embeds a HTML. </p>
  <object id="object" data="/title1.html" type="text/html"/>
</body>