mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 06:06:48 +00:00
LibWeb: Coerce NaNs to 0 when escaping top-level calculations
This commit is contained in:
parent
545d151948
commit
6a3c3ee291
Notes:
github-actions[bot]
2025-03-25 19:54:37 +00:00
Author: https://github.com/gmta
Commit: 6a3c3ee291
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4088
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 12 additions and 3 deletions
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue