| Index: LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt b/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt
|
| index 4644a2280c6b303c4348b4f5703721e93de92c9c..cf8605dff05d8f36005e6f24050c3402acd8f2c3 100644
|
| --- a/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt
|
| @@ -18,6 +18,7 @@ Expecting exception from db.transaction('test-store')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| +Exception message: A version change transaction is running.
|
| store.put(0, 0)
|
| in put's onsuccess
|
| store.put(1, 1)
|
|
|