<html>
  <head>
    <title>IndexedDB database test</title>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="database_test.js"></script>
  </head>
  <body onLoad="test()">
    <div id="status">Starting...</div>
  </body>
</html>