| Index: LayoutTests/storage/indexeddb/index-multientry-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/index-multientry-expected.txt b/LayoutTests/storage/indexeddb/index-multientry-expected.txt
|
| index 9c2def8b917403432de60cea1efbaf909f9eccd4..bd0b2d28cb1de326ab6a8891f38a8aa13ef81165 100644
|
| --- a/LayoutTests/storage/indexeddb/index-multientry-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/index-multientry-expected.txt
|
| @@ -98,6 +98,8 @@ transaction.objectStore('store-unique').put({x: [1, 2, 7], y: 'a'}, 'foo')
|
| success!
|
| This should fail the uniqueness constraint on the index, and fail:
|
| transaction.objectStore('store-unique').put({x: [5, 2], y: 'c'}, 'should fail')
|
| +PASS request.result is undefined.
|
| +PASS request.error is non-null.
|
| Request failed, as expected (ConstraintError)
|
| Transaction aborted as expected
|
|
|
|
|