LibWeb/CSS: Implement CSSRotate

Equivalent to the rotate() transform functions.

+39 WPT subtests.
This commit is contained in:
Sam Atkins 2025-09-15 12:58:09 +01:00
parent c7d22d8cfd
commit d348d8d9b8
Notes: github-actions[bot] 2025-09-24 11:29:41 +00:00
11 changed files with 335 additions and 46 deletions

View file

@ -54,6 +54,7 @@ libweb_js_bindings(CSS/CSSNumericValue)
libweb_js_bindings(CSS/CSSPageRule)
libweb_js_bindings(CSS/CSSPageDescriptors)
libweb_js_bindings(CSS/CSSPropertyRule)
libweb_js_bindings(CSS/CSSRotate)
libweb_js_bindings(CSS/CSSRule)
libweb_js_bindings(CSS/CSSRuleList)
libweb_js_bindings(CSS/CSSStyleDeclaration)