| <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> |