mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
The specification [^1] states that the `transform` property should be serialized by multiplying out its transforms, unless the property is not a transform list. This change does that. Testing: This change fixes a variety of WPT tests. Fixes: #41153. Signed-off-by: Martin Robinson <mrobinson@igalia.com>