1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

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

<html>
  <head>
    <title>IndexedDB regression test for bug 98562</title>
    <script type="text/javascript" src="shared.js"></script>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="blocked_explicit_commit.js"></script>
  </head>
  <body onLoad="test()">
    <div id="status">Starting...</div>
  </body>
</html>