summaryrefslogtreecommitdiffstats
path: root/content/test/data/indexeddb/bug_106883.html
blob: 65c5d59c1273f31fdea88d5eb86bc9696a5b9df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <title>IndexedDB regression test for bug 106883</title>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="bug_106883.js"></script>
  </head>
  <body onLoad="test()">
    <div id="status">Starting...</div>
  </body>
</html>