[Webkit-unassigned] [Bug 220543] New: [iOS] ASSERT(match() == PseudoClass) in CSSSelector::pseudoClassType() is hit when navigating on apple.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 07:57:07 PST 2021


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

            Bug ID: 220543
           Summary: [iOS] ASSERT(match() == PseudoClass) in
                    CSSSelector::pseudoClassType() is hit when navigating
                    on apple.com
           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: graouts at webkit.org

Steps to reproduce:

1. Open the iOS Simulator
2. Open Safari and navigate to apple.com
3. Tap the shopping bag icon in the top right of the screen
4. Tap on Bag

At this point this assertion is hit with a debug build:

        PseudoClassType pseudoClassType() const
        {
            ASSERT(match() == PseudoClass);
            return static_cast<PseudoClassType>(m_pseudoType);
        }

-- 
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/20210112/c5b182be/attachment-0001.htm>


More information about the webkit-unassigned mailing list