1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 1b55ff6f4c LibWeb: Expand CSS var() inside calc() paren blocks
Before this change, this var() would get expanded:

    calc(10px * var(--one))

But this one would not:

    calc(10px * (var(--one))
2023-06-19 17:54:07 +02:00
..
expected LibWeb: Expand CSS var() inside calc() paren blocks 2023-06-19 17:54:07 +02:00
input LibWeb: Expand CSS var() inside calc() paren blocks 2023-06-19 17:54:07 +02:00