Files
ladybird/Tests/LibWeb/Text/expected/css/rotate-interpolation-same-axis.txt
Andreas Kling 593fd69cdb Tests: Make rotation interpolation test use stable boolean checks
Avoid comparing exact matrix3d values which contain floating point
noise that could differ across platforms. Instead, check whether the
transform is or isn't the identity matrix.
2026-03-21 23:16:32 -05:00

5 lines
164 B
Plaintext

rotateY at 0.25 is not identity: true
rotateY at 0.5 is ~identity: true
rotateX at 0.5 of 720deg is ~identity: true
rotateX at 0.25 of 720deg is not identity: true