| Index: LayoutTests/storage/indexeddb/cursor-skip-deleted-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/cursor-skip-deleted-expected.txt b/LayoutTests/storage/indexeddb/cursor-skip-deleted-expected.txt
|
| index 5429ef4265c88c6b9eb11950312fa01ef5bd95ba..68a1f400a2996d89bf6fd206307842887f72f096 100644
|
| --- a/LayoutTests/storage/indexeddb/cursor-skip-deleted-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/cursor-skip-deleted-expected.txt
|
| @@ -3,8 +3,6 @@ Test IndexedDB's cursor skips deleted entries.
|
| 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-skip-deleted.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|