[Webkit-unassigned] [Bug 266844] New: Incorrect Web Platform Test for State CSS ShadowDOM Selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 23 03:26:51 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=266844

            Bug ID: 266844
           Summary: Incorrect Web Platform Test for State CSS ShadowDOM
                    Selector
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at keithcirkel.co.uk

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231223/77c939db/attachment.htm>


More information about the webkit-unassigned mailing list