1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 04:18:14 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 71d5dc510e LibWeb: Resolve CSS variables if present in SVG presentation attributes
SVG presentation attributes are parsed as CSS values, so we also need to
handle CSS variable expansion when handling them.

This (roughly) matches the behavior of other engines. It's also used on
the web, for example on https://stripe.com/ :^)
2023-05-24 06:43:21 +02:00
..
expected LibWeb: Resolve CSS variables if present in SVG presentation attributes 2023-05-24 06:43:21 +02:00
input LibWeb: Resolve CSS variables if present in SVG presentation attributes 2023-05-24 06:43:21 +02:00
layout_test.sh LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00