1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / indexeddb / database_callbacks_second.html [blame]

<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>