chromium/content/test/data/page_with_nostore_iframe.html

<html>
  <head></head>
  <body>
    <iframe src="nostore.html"></iframe>
    Main Frame, normal headers.
    <img src="nostore.jpg">
  </body>
</html>