[wpt-sync] Sync PR 40361 - Remove children from shadow root when it's not required
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Tracking
(firefox116 fixed)
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40361 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40361
Details from upstream follow.
Maksim Sadym <sadym@google.com> wrote:
Remove children from shadow root when it's not required
Children should not be provided in the value, as long as the node implements
shadowRoot
andincludeShadowTree
is not set inserializationOptions
which defaults it tonone
, and the node implementsshadowRoot
. So it falls into condition the following condition: "...if value implements ShadowRoot and serialization options["includeShadowTree"] is "none"...".
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 20 subtests
Status Summary
Firefox
OK
: 2
PASS
: 40
Chrome
OK
: 2
PASS
: 15
FAIL
: 25
Safari
OK
: 2
ERROR
: 40
Links
Comment 4•1 year ago
|
||
bugherder |
Description
•