mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add missing SkipUntil call in @supports parsing. (Bug 782401) r=heycam
Fixes http://test.csswg.org/source/contributors/opera/submitted/css3-conditional/at-supports-030.html
This commit is contained in:
parent
b7240dcf1a
commit
26cd9e1364
@ -2452,6 +2452,7 @@ CSSParserImpl::ParseSupportsConditionInParens(bool& aConditionMet)
|
||||
}
|
||||
|
||||
if (!ParseSupportsConditionInParensInsideParens(aConditionMet)) {
|
||||
SkipUntil(')');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user