/css/css-box/parsing/margin-trim.html| status | subtest | message |
|---|---|---|
| FAIL | e.style['margin-trim'] = "none" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block-start" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-start" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block inline" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline block" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block-start block-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-start inline-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block-end block-start" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-end inline-start" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-start block-start" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-end block-start block-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block-start inline-start block-end inline-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block-start block-end inline-end inline-start" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "block-start block-end inline-start inline-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-start block-end block-start inline-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-start inline-end block-start block-end" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['margin-trim'] = "inline-end block-end inline-start block-start" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| PASS | e.style['margin-trim'] = "block block" should not set the property value | |
| PASS | e.style['margin-trim'] = "inline inline" should not set the property value | |
| PASS | e.style['margin-trim'] = "block inline-start inline-end" should not set the property value | |
| PASS | e.style['margin-trim'] = "block block-start block-end" should not set the property value | |
| PASS | e.style['margin-trim'] = "block-start block-end block" should not set the property value | |
| PASS | e.style['margin-trim'] = "block-start block-start" should not set the property value | |
| PASS | e.style['margin-trim'] = "block 10px" should not set the property value | |
| PASS | e.style['margin-trim'] = "auto" should not set the property value | |
| PASS | e.style['margin-trim'] = "left" should not set the property value | |
| PASS | e.style['margin-trim'] = "none block" should not set the property value | |
| PASS | e.style['margin-trim'] = "none block-start" should not set the property value | |
| PASS | e.style['margin-trim'] = "inline none" should not set the property value | |
| PASS | e.style['margin-trim'] = "inline-end none" should not set the property value |
bundle built 2026-07-16T07:16:48.063Z