[wpt-sync] Sync PR 44568 - More declarative shadow tree test coverage
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox125 fixed)
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44568 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44568
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
More declarative shadow tree test coverage
We only care about mode mismatching. And we should also test with multiple <template> elements that have the same mode, to avoid triggering the mode mismatch exception.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 3 subtests
Status Summary
Firefox
OK : 2
FAIL: 4
Chrome
OK : 2
PASS: 4
Safari
OK : 2
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /shadow-dom/declarative/declarative-shadow-dom-repeats-2.html [wpt.fyi]
- Repeated declarative shadow roots keep only the first:
FAIL(Chrome:PASS, Safari:FAIL)
- Repeated declarative shadow roots keep only the first:
- /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 type:
FAIL(Chrome:PASS, Safari:FAIL) - Calling attachShadow() on declarative shadow root must match all parameters:
FAIL(Chrome:PASS, Safari:FAIL)
- Repeated declarative shadow roots keep only the first:
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/67880c729885
https://hg.mozilla.org/mozilla-central/rev/795c2966d506
Description
•