3 <script src=
"resources/database-common.js"></script>
4 <script src=
"multiple-databases-garbage-collection.js"></script>
5 <body onload=
"setupAndRunTest();">
6 This test opens two databases, queues up a series of operations on both, then
"forgets" about one of them.
7 After forcing GC, resources associated with that database should be freed gracefully.
<br>
9 FAILURE: test didn't run.