ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-transforms
Andreas Kling 8b5d46d65b LibJS: Round toFixed digits exactly
Number.prototype.toFixed was using generic fixed-format double printing
after the spec steps. That loses the exact binary64 value for large
fractionDigits, so high precision output rounded from a nearby decimal.

Compute the scaled integer n with BigInteger arithmetic from the exact
binary decomposition of the double, then format that integer according
to the toFixed placement rules. Add coverage for high precision
fractional values and the signed Number.MIN_VALUE case.
2026-05-22 01:56:57 +02:00
..
animation LibJS: Round toFixed digits exactly 2026-05-22 01:56:57 +02:00
parsing Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
transform-hit-testing.txt LibWeb: Prevent hit testing from transforming position more than once 2025-08-27 09:14:33 +02:00