1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 08:02:06 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 6b3b056476 LibWeb: Support CSS font shorthand with up to 4 consecutive normal
All of the following properties in the font shorthand can be `normal`:

- font-style
- font-variant
- font-weight
- font-stretch

This means that we must allow up to four consecutive `normal` at the
start of a font shorthand value.
2023-07-04 16:25:23 +02:00
..
expected LibWeb: Support CSS font shorthand with up to 4 consecutive normal 2023-07-04 16:25:23 +02:00
input LibWeb: Support CSS font shorthand with up to 4 consecutive normal 2023-07-04 16:25:23 +02:00