Closed
Bug 1772492
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 34297 - HTML: assert ErrorEventInit defaults
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34297 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34297
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
HTML: assert ErrorEventInit defaults
This accounts for the change in https://github.com/whatwg/html/pull/7983 as well.
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1f2b09663e9b1236de4f4a6edde5b7b97eb7add4
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
OK
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html [wpt.fyi]
- error event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Initial values of ErrorEvent members:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- error event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/303c4d7a1526
[wpt PR 34297] - HTML: assert ErrorEventInit defaults, a=testonly
https://hg.mozilla.org/integration/autoland/rev/dba8dd6ccae4
[wpt PR 34297] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/303c4d7a1526
https://hg.mozilla.org/mozilla-central/rev/dba8dd6ccae4
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•