| Index: LayoutTests/storage/indexeddb/cursor-continue-validity-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/cursor-continue-validity-expected.txt b/LayoutTests/storage/indexeddb/cursor-continue-validity-expected.txt
|
| index 3ad34e3998a08a0d0020eeda3d92efad03d1e625..77e1f2e4cfea4e087b7256363b2b92bd41ac3654 100644
|
| --- a/LayoutTests/storage/indexeddb/cursor-continue-validity-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/cursor-continue-validity-expected.txt
|
| @@ -3,8 +3,6 @@ Test IndexedDB's IDBCursor.continue() behavior when called beyond normal scope.
|
| 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-continue-validity.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|