Files
servo/components/layout
Martin Robinson 9d5113e87b layout: Serialize transform according to spec for getComputedValue() (#41187)
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>
2025-12-11 09:13:13 +00:00
..