ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-values/calc-z-index-fractions-001.txt
Callum Law 15cee5cc15 LibWeb: Correctly round non-integer z-indexes
Previously we would just cast to an int.

Gains us 3 WPT tests.
2025-08-05 06:37:40 +01:00

11 lines
No EOL
256 B
Text

Harness status: OK
Found 6 tests
6 Pass
Pass testing z-index: calc(2.5 / 2)
Pass testing z-index: calc(3 / 2)
Pass testing z-index: calc(3.5 / 2)
Pass testing z-index: calc(-2.5 / 2)
Pass testing z-index: calc(-3 / 2)
Pass testing z-index: calc(-3.5 / 2)