Summary

Harness status: OK

Found 45 tests

Details

ResultTest NameMessage
Passe.style['white-space'] = "collapse" should set the property value
Asserts run
Pass
assert_not_equals("normal", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("normal", "normal", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("normal", "normal", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'collapse'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'collapse' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("normal", "normal", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "wrap" should set the property value
Asserts run
Pass
assert_not_equals("normal", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("normal", "normal", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("normal", "normal", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'wrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'wrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("normal", "normal", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "collapse wrap" should set the property value
Asserts run
Pass
assert_not_equals("normal", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("normal", "normal", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("normal", "normal", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'collapse wrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'collapse wrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("normal", "normal", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "wrap collapse" should set the property value
Asserts run
Pass
assert_not_equals("normal", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("normal", "normal", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("normal", "normal", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'wrap collapse'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'wrap collapse' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("normal", "normal", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "preserve nowrap" should set the property value
Asserts run
Pass
assert_not_equals("pre", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre", "pre", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre", "pre", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'preserve nowrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'preserve nowrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre", "pre")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre", "pre", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "nowrap preserve" should set the property value
Asserts run
Pass
assert_not_equals("pre", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre", "pre", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre", "pre", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'nowrap preserve'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'nowrap preserve' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre", "pre")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre", "pre", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "nowrap" should set the property value
Asserts run
Pass
assert_not_equals("nowrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("nowrap", "nowrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("nowrap", "nowrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'nowrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'nowrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("nowrap", "nowrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Passe.style['white-space'] = "collapse nowrap" should set the property value
Asserts run
Pass
assert_not_equals("nowrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("nowrap", "nowrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("nowrap", "nowrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'collapse nowrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'collapse nowrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("nowrap", "nowrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("nowrap", "nowrap", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "nowrap collapse" should set the property value
Asserts run
Pass
assert_not_equals("nowrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("nowrap", "nowrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("nowrap", "nowrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'nowrap collapse'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'nowrap collapse' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("nowrap", "nowrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("nowrap", "nowrap", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "preserve" should set the property value
Asserts run
Pass
assert_not_equals("pre-wrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre-wrap", "pre-wrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre-wrap", "pre-wrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'preserve'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'preserve' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre-wrap", "pre-wrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre-wrap", "pre-wrap", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "preserve wrap" should set the property value
Asserts run
Pass
assert_not_equals("pre-wrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre-wrap", "pre-wrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre-wrap", "pre-wrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'preserve wrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'preserve wrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre-wrap", "pre-wrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre-wrap", "pre-wrap", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "wrap preserve" should set the property value
Asserts run
Pass
assert_not_equals("pre-wrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre-wrap", "pre-wrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre-wrap", "pre-wrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'wrap preserve'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'wrap preserve' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre-wrap", "pre-wrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre-wrap", "pre-wrap", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "break-spaces" should set the property value
Asserts run
Pass
assert_not_equals("break-spaces", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("break-spaces", "break-spaces", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("break-spaces", "break-spaces", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'break-spaces'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'break-spaces' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("break-spaces", "break-spaces")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Passe.style['white-space'] = "break-spaces wrap" should set the property value
Asserts run
Pass
assert_not_equals("break-spaces", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("break-spaces", "break-spaces", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("break-spaces", "break-spaces", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'break-spaces wrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'break-spaces wrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("break-spaces", "break-spaces")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("break-spaces", "break-spaces", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "wrap break-spaces" should set the property value
Asserts run
Pass
assert_not_equals("break-spaces", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("break-spaces", "break-spaces", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("break-spaces", "break-spaces", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'wrap break-spaces'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'wrap break-spaces' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("break-spaces", "break-spaces")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("break-spaces", "break-spaces", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "preserve-breaks" should set the property value
Asserts run
Pass
assert_not_equals("pre-line", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre-line", "pre-line", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre-line", "pre-line", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'preserve-breaks'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'preserve-breaks' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre-line", "pre-line")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre-line", "pre-line", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "preserve-breaks wrap" should set the property value
Asserts run
Pass
assert_not_equals("pre-line", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre-line", "pre-line", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre-line", "pre-line", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'preserve-breaks wrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'preserve-breaks wrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre-line", "pre-line")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre-line", "pre-line", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "wrap preserve-breaks" should set the property value
Asserts run
Pass
assert_not_equals("pre-line", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("pre-line", "pre-line", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("pre-line", "pre-line", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'wrap preserve-breaks'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'wrap preserve-breaks' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pre-line", "pre-line")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("pre-line", "pre-line", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['white-space'] = "preserve-breaks nowrap" should set the property value
Asserts run
Pass
assert_not_equals("preserve-breaks nowrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("preserve-breaks nowrap", "preserve-breaks nowrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("preserve-breaks nowrap", "preserve-breaks nowrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'preserve-breaks nowrap'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'preserve-breaks nowrap' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("preserve-breaks nowrap", "preserve-breaks nowrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Passe.style['white-space'] = "nowrap preserve-breaks" should set the property value
Asserts run
Pass
assert_not_equals("preserve-breaks nowrap", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("preserve-breaks nowrap", "preserve-breaks nowrap", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("preserve-breaks nowrap", "preserve-breaks nowrap", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty white-space value 'nowrap preserve-breaks'
Asserts run
Pass
assert_true(true, "white-space doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'nowrap preserve-breaks' is a supported value for white-space.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("preserve-breaks nowrap", "preserve-breaks nowrap")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("preserve-breaks nowrap", "preserve-breaks nowrap", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Faile.style['white-space'] = "balance" should not set the property valueassert_equals: expected "" but got "balance"
    at Test.<anonymous> (https://not-wpt.live/css/support/parsing-testcommon.js:49:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_invalid_value (https://not-wpt.live/css/support/parsing-testcommon.js:45:5)
    at https://not-wpt.live/css/css-text/parsing/white-space-shorthand.html:44:1
Asserts run
Fail
assert_equals("balance", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Faile.style['white-space'] = "collapse balance" should not set the property valueassert_equals: expected "" but got "balance"
    at Test.<anonymous> (https://not-wpt.live/css/support/parsing-testcommon.js:49:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_invalid_value (https://not-wpt.live/css/support/parsing-testcommon.js:45:5)
    at https://not-wpt.live/css/css-text/parsing/white-space-shorthand.html:45:1
Asserts run
Fail
assert_equals("balance", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Faile.style['white-space'] = "balance collapse" should not set the property valueassert_equals: expected "" but got "balance"
    at Test.<anonymous> (https://not-wpt.live/css/support/parsing-testcommon.js:49:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_invalid_value (https://not-wpt.live/css/support/parsing-testcommon.js:45:5)
    at https://not-wpt.live/css/css-text/parsing/white-space-shorthand.html:46:1
Asserts run
Fail
assert_equals("balance", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Faile.style['white-space'] = "preserve balance" should not set the property valueassert_equals: expected "" but got "preserve balance"
    at Test.<anonymous> (https://not-wpt.live/css/support/parsing-testcommon.js:49:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_invalid_value (https://not-wpt.live/css/support/parsing-testcommon.js:45:5)
    at https://not-wpt.live/css/css-text/parsing/white-space-shorthand.html:47:1
Asserts run
Fail
assert_equals("preserve balance", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Faile.style['white-space'] = "balance preserve" should not set the property valueassert_equals: expected "" but got "preserve balance"
    at Test.<anonymous> (https://not-wpt.live/css/support/parsing-testcommon.js:49:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_invalid_value (https://not-wpt.live/css/support/parsing-testcommon.js:45:5)
    at https://not-wpt.live/css/css-text/parsing/white-space-shorthand.html:48:1
Asserts run
Fail
assert_equals("preserve balance", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)