ladybird/Tests/LibWeb/Layout/expected/css-values
Callum Law 7182a537f3 LibWeb: Reduce inaccuracies when creating rotation matrices
When converting rotate transform functions `sin` and `cos` can sometimes
be inaccurate. To avoid these inaccuracies we:
 - Mod the angle to minimise inaccuracies in the first place.
 - Discard tiny (smaller than epsilon) values returned by `sin` and
   `cos` as inaccuracies.

This is in line with  other browsers (e.g. Gecko and WebKit).
2025-08-11 17:10:04 +01:00
..
calc-min-with-percentage.txt test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
comparison-functions.txt test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
exponential-functions.txt test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
numeric-constants.txt test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
rect-non-token-contents-crash.txt test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
sign-related-functions.txt test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
stepped-value-functions.txt test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
trigonometric-functions.txt LibWeb: Reduce inaccuracies when creating rotation matrices 2025-08-11 17:10:04 +01:00