Bug 220543
| Summary: | [iOS] ASSERT(match() == PseudoClass) in CSSSelector::pseudoClassType() is hit when navigating on apple.com | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
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
<rdar://problem/73040905>