[wpt-sync] Sync PR 44562 - Only check for matching mode in attachShadow
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44562 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44562
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Only check for matching mode in attachShadow
Per the new-new consensus, attachShadow will only verify that
the existing declarative shadow root'smodematches the newly
requestedmode:https://github.com/whatwg/html/issues/10107#issuecomment-1937077298
Bug: 41483062
Change-Id: Ie3bac4ec297c0b85c40b45495e9c823dd47cb49e
Reviewed-on: https://chromium-review.googlesource.com/5283935
WPT-Export-Revision: d0de79f1d92e3bb303388d6d8db84d3d232bd863
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
FAIL: 3
Chrome
OK : 1
PASS: 2
FAIL: 1
Safari
OK : 1
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /shadow-dom/declarative/declarative-shadow-dom-repeats.html [wpt.fyi]
- Repeated declarative shadow roots keep only the first:
FAIL(Chrome:PASS, Safari:FAIL) - Calling attachShadow() on declarative shadow root must match mode:
FAIL(Chrome:PASS, Safari:FAIL) - Calling attachShadow() on declarative shadow root must match all parameters:
FAIL(Chrome:FAIL, Safari:FAIL)
- Repeated declarative shadow roots keep only the first:
Comment 6•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7824a0c135be
https://hg.mozilla.org/mozilla-central/rev/1b4880e162c5
Description
•