/css/css-backgrounds/parsing/background-clip-valid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['background-clip'] = "border-box" should set the property value | |
| PASS | e.style['background-clip'] = "padding-box" should set the property value | |
| PASS | e.style['background-clip'] = "content-box" should set the property value | |
| FAIL | e.style['background-clip'] = "border-area" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['background-clip'] = "text" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['background-clip'] = "border-area text" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['background-clip'] = "text border-area" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['background-clip'] = "border-box, padding-box, content-box, border-area" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['background-clip'] = "border-area text, content-box" should set the property value | assert_not_equals: property should be set got disallowed value "" |
bundle built 2026-07-16T07:16:48.063Z