Files
ladybird/Userland/Libraries/LibWeb/CSS
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-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-11 20:16:10 +02:00
2022-05-11 20:16:10 +02:00
2022-05-11 20:16:10 +02:00