/css/css-anchor-position/parsing/anchor-scope-parsing.html| status | subtest | message |
|---|---|---|
| FAIL | e.style['anchor-scope'] = "initial" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "inherit" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "unset" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "revert" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "none" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "all" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "--a" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "--a, --b" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "--a, --b, --c" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "--foo, --bar" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['anchor-scope'] = "--bar, --foo" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| PASS | e.style['anchor-scope'] = "--a none" should not set the property value | |
| PASS | e.style['anchor-scope'] = "none --a" should not set the property value | |
| PASS | e.style['anchor-scope'] = "none all" should not set the property value | |
| PASS | e.style['anchor-scope'] = "--a --b" should not set the property value | |
| PASS | e.style['anchor-scope'] = "a, b, c" should not set the property value | |
| PASS | e.style['anchor-scope'] = "" should not set the property value |
bundle built 2026-07-16T07:16:48.063Z