1
    2
    3
    4
    5
    6
    7
    8
    9
   10

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

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