[wpt-sync] Sync PR 30059 - [Presentation API] Fix PresentationConnectionCloseEvent constructor.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox93 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30059 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30059
Details from upstream follow.
b'mark a. foltz <mfoltz@chromium.org>' wrote:
[Presentation API] Fix PresentationConnectionCloseEvent constructor.
The message attribute can be omitted from the
PresentationConnectionCloseEventInit dictionary, which triggers a
DCHECK. This fixes the DCHECK and adds a WPT for the
PresentationConnectionCloseEvent constructor.Bug: 1238558
Change-Id: I85460d45fd44d5c41f6c76c726f77dc3557cfec4
Reviewed-on: https://chromium-review.googlesource.com/3100465
WPT-Export-Revision: 7cd1873909291f8379570c23c21db4423c881d85
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
FAIL: 1
Links
Details
New Tests That Don't Pass
/presentation-api/controlling-ua/PresentationConnectionCloseEvent.https.html
Constructing a PresentationConnectionCloseEvent: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/789bfa9758cf
https://hg.mozilla.org/mozilla-central/rev/8e0ec6d3d6d3
Description
•