| Index: LayoutTests/storage/indexeddb/transaction-after-close-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/transaction-after-close-expected.txt b/LayoutTests/storage/indexeddb/transaction-after-close-expected.txt
|
| index d540b9a2efa93a70dde3daa7e04dd7ce3d92d7e5..97d98df1560c23ae90cd1691d35044c5341bac39 100644
|
| --- a/LayoutTests/storage/indexeddb/transaction-after-close-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/transaction-after-close-expected.txt
|
| @@ -19,6 +19,7 @@ Expecting exception from db.transaction(['store'], 'readwrite')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| +Exception message: The database connection is closing.
|
|
|
| verify that we can reopen the db after calling close
|
| indexedDB.open(dbname)
|
|
|