/css/cssom/css-style-attr-decl-block.html| status | subtest | message |
|---|---|---|
| PASS | Style attribute should create CSS declaration block based on its content | |
| FAIL | Changes to style attribute should reflect on CSS declaration block | assert_equals: CSS declaration block after changing the style attribute expected "z-index: 21;" but got "z-index: 20;" |
| PASS | Changes to CSS declaration block should reflect on style attribute | |
| FAIL | Changes to CSS declaration block should queue mutation record for style attribute | assert_equals: expected "" but got "margin: 1px;" |
| FAIL | Removing non-existing property or setting invalid value on CSS declaration block shouldn't queue mutation record | assert_equals: expect no record after setting invalid value to property expected 0 but got 1 |
| FAIL | Changes to CSS declaration block after a base URL change | assert_not_equals: getComputedStyle(elem).backgroundImage after setting background-image got disallowed value "url(\"http://web-platform.test:8000/css/cssom/\")" |
| PASS | Expansion of all:unset and all:revert treated identically |
bundle built 2026-07-16T07:16:48.063Z