From fdd52c17d7889d5180dd1a8306504944027ea1e8 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 19 Feb 2026 09:52:05 +0100 Subject: [PATCH] add CSSStyleProperties array set support --- .../tests/element/css_style_properties.html | 23 +++++++++++++++++++ src/browser/webapi/css/CSSStyleProperties.zig | 13 ++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/src/browser/tests/element/css_style_properties.html b/src/browser/tests/element/css_style_properties.html index 4bbce5e6..ab582132 100644 --- a/src/browser/tests/element/css_style_properties.html +++ b/src/browser/tests/element/css_style_properties.html @@ -121,6 +121,29 @@ } + +