servo/tests/wpt/meta/css/cssom/computed-style-set-property.html.ini
Simon Wülker 3a0e8fefde
script: Always throw when trying to setProperty on a readonly style CSSStyleDeclaration (#38677)
Previously,
[`SetProperty`](https://drafts.csswg.org/cssom/#dom-cssstyledeclaration-setproperty)
implemented step 3 before calling into the inner `set_property` method,
which implements step 1. Therefore if step 3 returned then step 1 never
runs, and can't throw an exception.


Testing: A new web platform test starts to pass

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-08-14 13:27:39 +00:00

6 lines
196 B
INI
Vendored

[computed-style-set-property.html]
[Exception thrown when trying to change a computed style alias via property]
expected: FAIL
[Computed style parent (should be null)]
expected: FAIL