Closed
Bug 1470354
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11614 - Prevent abort error from breaking test in FF (fixes #10792)
Categories
(Core :: Storage: IndexedDB, enhancement, P4)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11614 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11614
Details from upstream follow.
Joshua Bell <jsbell@chromium.org> wrote:
> Prevent abort error from breaking test in FF (fixes #10792)
>
> The test intentionally aborts a versionchange transaction, which results in an AbortError being fired at the IDBOpenDBRequest. In browsers that bubble event errors up to `window.error` (i.e. Firefox) this will cause the harness to fail.
>
> Call preventDefault() on the error since it's expected.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: IndexedDB
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9aae6c142b666e14cb5166b5d2c49c598a376eed
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests
Tests that are disabled for instability:
/IndexedDB/idbdatabase-createObjectStore-exception-order.htm
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cfb04c62b89c
[wpt PR 11614] - Prevent abort error from breaking test in FF (fixes #10792), a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•