chromium/content/test/data/navigation_controller/page_with_sandbox_iframe.html

<html>
<body>
  <p>This page has an iframe.</p>
  <p><iframe src="simple_page_1.html"></iframe>
  <p><iframe sandbox="allow-scripts" src="hash_anchor_with_iframe.html"></iframe>
</body>
</html>