Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / workers / storage / multiple-databases-garbage-collection.html
1 <html>
2 <head>
3 <script src="resources/database-worker-controller.js"></script>
4 </head>
5 <body onload="runTest('multiple-databases-garbage-collection.js');">
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>
8 <pre id="console"> 
9 FAILURE: test didn't run.
10 </pre> 
11 </body>
12 </html>