[Webkit-unassigned] [Bug 281179] New: Change `display: none` early return to ASSERT in `Style::TreeResolver::resolvePseudoElement`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 17:22:23 PDT 2024


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

            Bug ID: 281179
           Summary: Change `display: none` early return to ASSERT in
                    `Style::TreeResolver::resolvePseudoElement`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
                CC: koivisto at iki.fi

We should never reach this code if the display is none, since `TreeResolver::resolveElement` should early return way before that in this specific case.

-- 
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/20241010/e65c2f9e/attachment.htm>


More information about the webkit-unassigned mailing list