LibWeb/CSS: Implement CSSMathClamp

As the final CSSMathFoo class, this makes the serialization test finally
run instead of crashing.
This commit is contained in:
Sam Atkins 2025-08-21 12:47:26 +01:00 committed by Andreas Kling
commit 177395155a
Notes: github-actions[bot] 2025-08-29 09:59:11 +00:00
11 changed files with 200 additions and 9 deletions

View file

@ -36,6 +36,7 @@ libweb_js_bindings(CSS/CSSKeywordValue)
libweb_js_bindings(CSS/CSSLayerBlockRule)
libweb_js_bindings(CSS/CSSLayerStatementRule)
libweb_js_bindings(CSS/CSSMarginRule)
libweb_js_bindings(CSS/CSSMathClamp)
libweb_js_bindings(CSS/CSSMathInvert)
libweb_js_bindings(CSS/CSSMathMax)
libweb_js_bindings(CSS/CSSMathMin)