| 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 7735e6bc780081b3be004570e4361024d0d40bad..c2e0206836155d8ced28ba01e4fe4dc80436038c 100644
|
| --- a/LayoutTests/storage/indexeddb/transaction-abort-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/transaction-abort-expected.txt
|
| @@ -25,6 +25,7 @@ Expecting exception from store.add({x: 'value4', y: 'zzz4'}, 'key4')
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'TransactionInactiveError'
|
| +Exception message: The transaction is not active.
|
| PASS event.target.error.name is 'AbortError'
|
| PASS trans.error is null
|
| PASS firstError is true
|
| @@ -38,10 +39,12 @@ Expecting exception from store.add({x: 'value5', y: 'zzz5'}, 'key5')
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'TransactionInactiveError'
|
| +Exception message: The transaction has finished.
|
| Expecting exception from trans.abort()
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| +Exception message: The transaction has finished.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|