NEW 220543
[iOS] ASSERT(match() == PseudoClass) in CSSSelector::pseudoClassType() is hit when navigating on apple.com
https://bugs.webkit.org/show_bug.cgi?id=220543
Summary [iOS] ASSERT(match() == PseudoClass) in CSSSelector::pseudoClassType() is hit...
Antoine Quint
Reported 2021-01-12 07:57:07 PST
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); }
Attachments
Radar WebKit Bug Importer
Comment 1 2021-01-12 07:57:20 PST
Note You need to log in before you can comment on or make changes to this bug.