RESOLVED CONFIGURATION CHANGED 120907
Assertion fails with backslashes in at-rule names
https://bugs.webkit.org/show_bug.cgi?id=120907
Summary Assertion fails with backslashes in at-rule names
Vicki Pfau
Reported 2013-09-06 16:12:34 PDT
Created attachment 210812 [details] Repro A backslash in the name of an at-rule can cause the parser to fail an assertion (name[0] == '@' && length >= 2) in CSSParser::detectAtToken(int, bool). A simple repro is attached. <rdar://problem/14911223>
Attachments
Repro (21 bytes, text/html)
2013-09-06 16:12 PDT, Vicki Pfau
no flags
zalan
Comment 1 2016-12-07 09:44:12 PST
I can't reproduce this assertion with r209442.
Note You need to log in before you can comment on or make changes to this bug.