Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / cursor-leak-expected.txt
blobafce76a02818e4cde183fdb0f7ddd36b2473f5c4
1 Verify that that cursors weakly hold script value properties
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "cursor-leak.html"
7 indexedDB.deleteDatabase(dbname)
8 indexedDB.open(dbname)
9 PASS cursorObserver.wasCollected is true
10 PASS successfullyParsed is true
12 TEST COMPLETE