| Index: LayoutTests/storage/indexeddb/mozilla/resources/add-twice-failure.js
|
| diff --git a/LayoutTests/storage/indexeddb/mozilla/resources/add-twice-failure.js b/LayoutTests/storage/indexeddb/mozilla/resources/add-twice-failure.js
|
| index 99ac11a70928f1c526310e43534ba5f0911bcaaf..5b93e8ae29fc8fb2ef95bf7336e60d6b45e08845 100644
|
| --- a/LayoutTests/storage/indexeddb/mozilla/resources/add-twice-failure.js
|
| +++ b/LayoutTests/storage/indexeddb/mozilla/resources/add-twice-failure.js
|
| @@ -34,6 +34,8 @@ function addFirstSuccess()
|
|
|
| function addSecondExpectedError()
|
| {
|
| + shouldBeUndefined("event.target.result");
|
| + shouldBeNonNull("event.target.error");
|
| shouldBe("event.target.error.name", "'ConstraintError'");
|
| event.preventDefault();
|
| finishJSTest();
|
|
|