Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / websql / multiple-databases-garbage-collection.html
blob8451acfbb99a439dd82476c1994916686a9a6f02
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();">
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>