/css/css-text/parsing/word-break-valid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['word-break'] = "normal" should set the property value | |
| PASS | e.style['word-break'] = "break-all" should set the property value | |
| PASS | e.style['word-break'] = "keep-all" should set the property value | |
| FAIL | e.style['word-break'] = "manual" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['word-break'] = "auto-phrase" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['word-break'] = "break-word" should set the property value | assert_not_equals: property should be set got disallowed value "" |
bundle built 2026-07-16T07:16:48.063Z