Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / delete-closed-database-object-expected.txt
blob1f4e7cd3eaaeb90f58e44083ba75197d3d3877ca
1 Ensure that IDBDatabase objects are deleted when there are no retaining paths left
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "delete-closed-database-object.html"
7 indexedDB.deleteDatabase(dbname)
8 indexedDB.open(dbname)
9 db.close()
10 indexedDB.open(dbname)
11 Dropping references to new connection.
12 gc()
13 Open request should not receive a blocked event:
14 indexedDB.open(dbname, 2)
15 PASS successfullyParsed is true
17 TEST COMPLETE