/css/css-text/parsing/white-space-shorthand.html| status | subtest | message |
|---|---|---|
| PASS | e.style['white-space'] = "collapse" should set the property value | |
| PASS | Property white-space value 'collapse' | |
| PASS | e.style['white-space'] = "wrap" should set the property value | |
| PASS | Property white-space value 'wrap' | |
| PASS | e.style['white-space'] = "collapse wrap" should set the property value | |
| PASS | Property white-space value 'collapse wrap' | |
| PASS | e.style['white-space'] = "wrap collapse" should set the property value | |
| PASS | Property white-space value 'wrap collapse' | |
| PASS | e.style['white-space'] = "preserve nowrap" should set the property value | |
| PASS | Property white-space value 'preserve nowrap' | |
| PASS | e.style['white-space'] = "nowrap preserve" should set the property value | |
| PASS | Property white-space value 'nowrap preserve' | |
| PASS | e.style['white-space'] = "nowrap" should set the property value | |
| PASS | Property white-space value 'nowrap' | |
| PASS | e.style['white-space'] = "collapse nowrap" should set the property value | |
| PASS | Property white-space value 'collapse nowrap' | |
| PASS | e.style['white-space'] = "nowrap collapse" should set the property value | |
| PASS | Property white-space value 'nowrap collapse' | |
| PASS | e.style['white-space'] = "preserve" should set the property value | |
| PASS | Property white-space value 'preserve' | |
| PASS | e.style['white-space'] = "preserve wrap" should set the property value | |
| PASS | Property white-space value 'preserve wrap' | |
| PASS | e.style['white-space'] = "wrap preserve" should set the property value | |
| PASS | Property white-space value 'wrap preserve' | |
| PASS | e.style['white-space'] = "break-spaces" should set the property value | |
| PASS | Property white-space value 'break-spaces' | |
| PASS | e.style['white-space'] = "break-spaces wrap" should set the property value | |
| PASS | Property white-space value 'break-spaces wrap' | |
| PASS | e.style['white-space'] = "wrap break-spaces" should set the property value | |
| PASS | Property white-space value 'wrap break-spaces' | |
| PASS | e.style['white-space'] = "preserve-breaks" should set the property value | |
| PASS | Property white-space value 'preserve-breaks' | |
| PASS | e.style['white-space'] = "preserve-breaks wrap" should set the property value | |
| PASS | Property white-space value 'preserve-breaks wrap' | |
| PASS | e.style['white-space'] = "wrap preserve-breaks" should set the property value | |
| PASS | Property white-space value 'wrap preserve-breaks' | |
| PASS | e.style['white-space'] = "preserve-breaks nowrap" should set the property value | |
| PASS | Property white-space value 'preserve-breaks nowrap' | |
| PASS | e.style['white-space'] = "nowrap preserve-breaks" should set the property value | |
| PASS | Property white-space value 'nowrap preserve-breaks' | |
| FAIL | e.style['white-space'] = "balance" should not set the property value | assert_equals: expected "" but got "preserve-breaks nowrap" |
| FAIL | e.style['white-space'] = "collapse balance" should not set the property value | assert_equals: expected "" but got "preserve-breaks nowrap" |
| FAIL | e.style['white-space'] = "balance collapse" should not set the property value | assert_equals: expected "" but got "preserve-breaks nowrap" |
| FAIL | e.style['white-space'] = "preserve balance" should not set the property value | assert_equals: expected "" but got "preserve-breaks nowrap" |
| FAIL | e.style['white-space'] = "balance preserve" should not set the property value | assert_equals: expected "" but got "preserve-breaks nowrap" |
bundle built 2026-07-16T07:16:48.063Z