Pass | e.style['word-spacing'] = "normal" should set the property value | Asserts runPass | 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) |
|
Pass | e.style['word-spacing'] = "0" should set the property value | Asserts runPass | assert_not_equals("0px", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("0px", "0px", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("0px", "0px", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['word-spacing'] = "10px" should set the property value | Asserts runPass | assert_not_equals("10px", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("10px", "10px", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("10px", "10px", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['word-spacing'] = "-20px" should set the property value | Asserts runPass | assert_not_equals("-20px", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("-20px", "-20px", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("-20px", "-20px", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['word-spacing'] = "calc(2em + 3ex)" should set the property value | Asserts runPass | assert_not_equals("calc(2em + 3ex)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("calc(2em + 3ex)", "calc(2em + 3ex)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("calc(2em + 3ex)", "calc(2em + 3ex)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Fail | e.style['word-spacing'] = "120%" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (https://www2.wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (https://www2.wpt.live/resources/testharness.js:2638:25)
at test (https://www2.wpt.live/resources/testharness.js:633:30)
at test_valid_value (https://www2.wpt.live/css/support/parsing-testcommon.js:23:5)
at https://www2.wpt.live/css/css-text/parsing/word-spacing-valid.html:22:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Fail | e.style['word-spacing'] = "-10%" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (https://www2.wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (https://www2.wpt.live/resources/testharness.js:2638:25)
at test (https://www2.wpt.live/resources/testharness.js:633:30)
at test_valid_value (https://www2.wpt.live/css/support/parsing-testcommon.js:23:5)
at https://www2.wpt.live/css/css-text/parsing/word-spacing-valid.html:23:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Fail | e.style['word-spacing'] = "calc(2ch - 30%)" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (https://www2.wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (https://www2.wpt.live/resources/testharness.js:2638:25)
at test (https://www2.wpt.live/resources/testharness.js:633:30)
at test_valid_value (https://www2.wpt.live/css/support/parsing-testcommon.js:23:5)
at https://www2.wpt.live/css/css-text/parsing/word-spacing-valid.html:24:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Fail | e.style['word-spacing'] = "calc(40% + 50px)" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (https://www2.wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (https://www2.wpt.live/resources/testharness.js:2638:25)
at test (https://www2.wpt.live/resources/testharness.js:633:30)
at test_valid_value (https://www2.wpt.live/css/support/parsing-testcommon.js:23:5)
at https://www2.wpt.live/css/css-text/parsing/word-spacing-valid.html:25:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|