ladybird/Tests/LibWeb/Text
FalseHonesty 110eeb8591 LibWeb: Support calc(...) in box-shadow's values of type Length
The CSS box-shadow property takes 2-4 properties that are `<length>`s,
those being:
  - offset-x
  - offset-y
  - blur-radius
  - spread-radius

Previously these were resolved directly to concrete Lengths at parse
time, but now they will be parsed as LengthStyleValues and/or
CalculatedStyleValues and be stored that way until styles are later
resolved.
2023-06-25 10:27:08 +01:00
..
expected LibWeb: Support calc(...) in box-shadow's values of type Length 2023-06-25 10:27:08 +01:00
input LibWeb: Support calc(...) in box-shadow's values of type Length 2023-06-25 10:27:08 +01:00