mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb: Coerce NaNs to 0 when escaping top-level calculations
This commit is contained in:
committed by
Sam Atkins
parent
545d151948
commit
6a3c3ee291
Notes:
github-actions[bot]
2025-03-25 19:54:37 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/6a3c3ee2911 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4088 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -25,6 +25,7 @@
|
||||
"scale(100%, 200%)",
|
||||
"scale(calc(1 / 2))",
|
||||
"scale(calc(50% + 25%))",
|
||||
"scale(calc(NaN))",
|
||||
"scaleX(2)",
|
||||
"scaleX(200%)",
|
||||
"scaleY(2.5)",
|
||||
|
||||
Reference in New Issue
Block a user