summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/test_storage_manager_estimate.html
blob: b946f8c6e1e411fd04e044294e09a2f7b88dca58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
  Any copyright is dedicated to the Public Domain.
  http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
  <title>Indexed Database Test for StorageManager</title>

  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>

  <script type="text/javascript" src="unit/test_storage_manager_estimate.js"></script>
  <script type="text/javascript" src="helpers.js"></script>

</head>

<body onload="setup(isXOrigin);"></body>

</html>