diff --git a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp index 8d87624c78..2c942f7be8 100644 --- a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp +++ b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp @@ -2617,7 +2617,7 @@ RefPtr Parser::parse_conic_gradient_function(ComponentValue const& c tokens.skip_whitespace(); if (!tokens.has_next_token()) return {}; - if ((got_from_angle || got_color_interpolation_method) && !tokens.next_token().is(Token::Type::Comma)) + if ((got_from_angle || got_at_position || got_color_interpolation_method) && !tokens.next_token().is(Token::Type::Comma)) return {}; // =