[wpt-sync] Sync PR 31290 - BroadcastChannel: Add new WPTs for tentative detached iframe behavior
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31290 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31290
Details from upstream follow.
Andrew Williams <awillia@google.com> wrote:
BroadcastChannel: Add new WPTs for tentative detached iframe behavior
This CL adds WPTs to test that BroadcastChannels in detached iframes
behave according to proposed changes to the specification. For more
details, see:https://github.com/whatwg/html/issues/7219
Bug: 1239274
Change-Id: Ia014e412a2dc8267aac57041672835fb90994d89
Reviewed-on: https://chromium-review.googlesource.com/3229181
WPT-Export-Revision: 0e9b71f18da1aeb95f075536bad02d993409e83d
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 7 subtests
Status Summary
Firefox
OK : 5
PASS : 13
FAIL : 6
Chrome
OK : 5
PASS : 14
FAIL : 5
Safari
OK : 3
FAIL : 15
TIMEOUT: 3
ERROR : 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webmessaging/broadcastchannel/detached-iframe.tentative.html
BroadcastChannel messages from detached iframe to parent should be ignored (BC created before detaching): FAIL (Chrome: FAIL, Safari: FAIL)
BroadcastChannel messages from detached iframe to parent should be ignored (BC created after detaching): FAIL (Chrome: FAIL, Safari: FAIL)
BroadcastChannel messages within detached iframe should be ignored (BCs created before detaching): FAIL (Chrome: FAIL, Safari: FAIL)
BroadcastChannel messages within detached iframe should be ignored (BCs created after detaching): FAIL (Chrome: PASS, Safari: FAIL)
/webmessaging/broadcastchannel/workers.tentative.html
BroadcastChannel messages from closed worker to parent should be ignored (BC created before closing): FAIL (Chrome: FAIL, Safari: FAIL)
BroadcastChannel messages from closed worker to parent should be ignored (BC created after closing): FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c909620f2647
https://hg.mozilla.org/mozilla-central/rev/6b6c2d2bc554
Description
•