/css/css-borders/tentative/parsing/box-shadow-offset-valid.html| status | subtest | message |
|---|---|---|
| FAIL | e.style['box-shadow-offset'] = "0" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['box-shadow-offset'] = "0 0" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['box-shadow-offset'] = "1px 2px" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['box-shadow-offset'] = "1em 2em" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['box-shadow-offset'] = "-1px -2px" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['box-shadow-offset'] = "calc(1em + 2px) calc(3rem + 4vw)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['box-shadow-offset'] = "1px 2px, 3px 4px" should set the property value | assert_not_equals: property should be set got disallowed value "" |
bundle built 2026-07-16T07:16:48.063Z