Files
ladybird/Userland/Libraries/LibWeb/CSS/Parser
MacDue b652546a16 LibWeb: Fix parsing of background-size: contain/cover
The lack of the commit() before returning the x_value here meant,
that in parse_background_value() the token stream would be one token
behind after parsing the background-size. This led to it to returning
null, after it sees the unexpected 'second' contain / cover token.

With this change all of backgrounds.html is working again.
2022-06-26 22:04:20 +01:00
..
2022-04-12 23:03:46 +02:00
2022-04-12 23:03:46 +02:00