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

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