chromium/content/test/data/indexeddb/database_callbacks_second.html

<html>
  <head>
    <title>IndexedDB database test</title>
    <script type="text/javascript" src="common.js"></script>
  </head>
  <body onload="done()">
    <div id="status">If this page loads, the renderer didn't crash and the test
      succeeded.</div>
  </body>
</html>