| Index: LayoutTests/storage/indexeddb/cursor-request-cycle-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/cursor-request-cycle-expected.txt b/LayoutTests/storage/indexeddb/cursor-request-cycle-expected.txt
|
| index 99c720509d78e7d4d2f3d2dd34b723426086bebe..5c40e8bad8670508d77e28e9543d1437983f78d6 100644
|
| --- a/LayoutTests/storage/indexeddb/cursor-request-cycle-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/cursor-request-cycle-expected.txt
|
| @@ -3,8 +3,6 @@ Verify that that cursors weakly hold request, and work if request is GC'd
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
|
| -
|
| dbname = "cursor-request-cycle.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|