WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-01-12 07:57:20 PST
<
rdar://problem/73040905
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug