| Index: LayoutTests/storage/indexeddb/request-continue-abort-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/request-continue-abort-expected.txt b/LayoutTests/storage/indexeddb/request-continue-abort-expected.txt
|
| index 68837a285bf7f4175b4ca8a218743f92cd9e5469..ae6630dc5c6ced61a5b1d2248ebc87686a595d16 100644
|
| --- a/LayoutTests/storage/indexeddb/request-continue-abort-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/request-continue-abort-expected.txt
|
| @@ -3,8 +3,6 @@ Regression test for IDBRequest issue calling continue on a cursor then aborting.
|
| 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 = "request-continue-abort.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|