Closed
Bug 1821269
Opened 2 years ago
Closed 2 years ago
:nth-child(... of class) within shadow root reftests don't call declarative shadow DOM polyfill
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: zrhoffman, Assigned: zrhoffman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Although the reftests load the polyfill, they don't call it, which would keep those reftests from passing once invalidation for :nth-child(An+B of <selector list>)
within shadow root is otherwise working (bug 1818154).
Assignee | ||
Comment 1•2 years ago
|
||
Although the polyfill script was already included, it was not called
(and we still need it until bug 1712140 is resolved).
Updated•2 years ago
|
Assignee: nobody → zach
Status: NEW → ASSIGNED
Pushed by zach@zrhoffman.net:
https://hg.mozilla.org/integration/autoland/rev/4caae26ec168
Use declarative shadow DOM polyfill for :nth-child(... of <selector>) in shadow root reftest r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/38917 for changes under testing/web-platform/tests
Updated•2 years ago
|
Blocks: interop-2023-pseudos
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•