| Index: LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt b/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt
|
| index a07666e2bde3b357e2a9088173ba1e857e78469a..5123ae0ac1074820c3751875a7292bad9f03c8f2 100644
|
| --- a/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt
|
| @@ -32,6 +32,7 @@ Expecting exception from db.transaction('store')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| +Exception message: The database connection is closing.
|
|
|
| onOpenError():
|
| PASS sawTransactionAbort is true
|
| @@ -40,6 +41,7 @@ Expecting exception from db.transaction('store')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| +Exception message: The database connection is closing.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|