RESOLVED FIXED 266844
Incorrect Web Platform Test for State CSS Shadow DOM Selector
https://bugs.webkit.org/show_bug.cgi?id=266844
Summary Incorrect Web Platform Test for State CSS Shadow DOM Selector
Keith Cirkel
Reported 2023-12-23 03:26:51 PST
https://wpt.fyi/results/custom-state-pseudo-class/state-css-selector-shadow-dom.tentative.html the tests in this are slightly wrong due to some minor errors with the CSS. It uses the selector `:host:state(green)` which is invalid, it should be `:host(:state(green))`. The tests need to be tweaked for them to be valid.
Attachments
Keith Cirkel
Comment 1 2023-12-23 04:30:45 PST
EWS
Comment 2 2023-12-23 04:48:15 PST
Committed 272469@main (4dd84e9fa371): <https://commits.webkit.org/272469@main> Reviewed commits have been landed. Closing PR #22222 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-12-23 04:49:14 PST
Note You need to log in before you can comment on or make changes to this bug.