| Index: LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw-expected.txt b/LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw-expected.txt
|
| index ca2b9af10ce634a4b13d3c4557b6c8e9241869e6..5962866c6a7b9b7b6b7aee34ea49022b581b4dec 100644
|
| --- a/LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw-expected.txt
|
| @@ -3,8 +3,6 @@ readonly transaction should see the result of a previous readwrite transaction
|
| 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-coordination-ro-waits-for-rw.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|