| Index: LayoutTests/storage/indexeddb/transaction-abort-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/transaction-abort-expected.txt b/LayoutTests/storage/indexeddb/transaction-abort-expected.txt
|
| index 0f542c4aaaff4daf6fce42136abda3f2e293f696..e7b42e879e92093944bd8539687a4502f3c9e6a4 100644
|
| --- a/LayoutTests/storage/indexeddb/transaction-abort-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/transaction-abort-expected.txt
|
| @@ -3,8 +3,6 @@ Test transaction aborts send the proper onabort messages..
|
| 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 = "transaction-abort.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|