ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-values
Andreas Kling cef9564728
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Only serialize CSS numbers with up to 5 decimals
This fixes an issue where we'd serialize some floating point numbers
with excessive precision, resulting in unpleasant-looking numbers like
0.49999999999999999 and such.

At least 90 new subtests passing on WPT, possibly more. :^)
2025-05-18 17:23:34 +02:00
..
urls LibWeb/CSS: Parse and use CSS URL request modifiers 2025-05-03 23:22:40 +01:00
calc-infinity-nan-serialize-length.txt LibWeb: Don't crash on non-finite values in CSS clamp() function 2025-04-24 18:26:54 +02:00
calc-serialization-002.txt LibWeb/CSS: Remove an ad-hoc simplification step in calc() parsing 2025-03-05 12:05:45 +00:00
calc-serialization.txt LibWeb/CSS: Remove an ad-hoc simplification step in calc() parsing 2025-03-05 12:05:45 +00:00
clamp-length-computed.txt LibWeb: Simplify standalone CSS math functions when used outside calc() 2025-04-24 20:38:00 +02:00
minmax-angle-computed.txt LibWeb: Simplify standalone CSS math functions when used outside calc() 2025-04-24 20:38:00 +02:00
minmax-length-invalid.txt LibWeb: Don't assume calc() simplification worked on invalid tree 2025-04-25 16:55:05 +02:00
round-mod-rem-computed.txt LibWeb: Simplify standalone CSS math functions when used outside calc() 2025-04-24 20:38:00 +02:00
signs-abs-computed.txt LibWeb: Simplify standalone CSS math functions when used outside calc() 2025-04-24 20:38:00 +02:00
sin-cos-tan-serialize.txt LibWeb: Only serialize CSS numbers with up to 5 decimals 2025-05-18 17:23:34 +02:00