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