chromium/chrome/test/data/content_index/content_index.html

<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>ContentIndexBrowserTest helper page</title>
    <script src="../format_error.js"></script>
    <script src="content_index.js"></script>
    <iframe src="content_index_iframe.html" id="iframe-id"></iframe>
  </head>
  <body>
  </body>
</html>