summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/multiple-databases-garbage-collection.html
blob: 8451acfbb99a439dd82476c1994916686a9a6f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<script src="resources/database-common.js"></script>
<script src="multiple-databases-garbage-collection.js"></script>
<body onload="setupAndRunTest();">
This test opens two databases, queues up a series of operations on both, then "forgets" about one of them.
After forcing GC, resources associated with that database should be freed gracefully.<br>
<pre id="console"> 
FAILURE: test didn't run.
</pre> 
</body>
</html>