| Index: LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt b/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
|
| index 662ac286bfc4239bf46170db264dbd941a00b752..ebee18706065243ffae4acada1ad01d32e6c7f8f 100644
|
| --- a/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
|
| @@ -13,6 +13,8 @@ key = 10
|
| request = objectStore.add({}, key);
|
| PASS request.result is key
|
| request = objectStore.add({}, key);
|
| +PASS event.target.result is undefined.
|
| +PASS event.target.error is non-null.
|
| PASS event.target.error.name is 'ConstraintError'
|
| PASS successfullyParsed is true
|
|
|
|
|