| Index: LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt b/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt
|
| index 87f82253e25c1b1689601382fd3bf2bef0f943b2..2827e3a0ebebba666fb786f4fbe141b940fa18aa 100644
|
| --- a/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt
|
| @@ -20,6 +20,7 @@ Expecting exception from connection.transaction('store')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| +Exception message: The database connection is closing.
|
| "2. Wait for all transactions created using connection to complete. Once they are complete, connection is closed."
|
| transaction.oncomplete = testIDBDatabaseName
|
|
|
| @@ -42,6 +43,7 @@ Expecting exception from connection.transaction('store')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| +Exception message: The database connection is closing.
|
|
|
| "versionchange" transaction steps:
|
| "Fire a versionchange event at each object in openDatabases that is open. The event must not be fired on objects which has the closePending flag set."
|
|
|