Files
ladybird/Tests/LibWeb/Text/expected/css/transform-origin-serialization.txt
Tim Ledbetter a8d5758777 LibWeb: Only resolve transform-origin keywords for the computed value
Previously, we were resolving these keywords at parse time, which gave
an incorrect serialization of the specified value.
2025-06-15 16:01:54 +02:00

8 lines
155 B
Plaintext

center => center center
10px => 10px center
25% => 25% center
left 20% => left 20%
20px bottom => 20px bottom
top right => right top
"center" => (invalid)