Pass | e.style['text-spacing-trim'] = "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) |
|
Fail | e.style['text-spacing-trim'] = "auto" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
at http://wpt.live/css/css-text/parsing/text-spacing-trim-valid.html:14:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Pass | e.style['text-spacing-trim'] = "space-all" should set the property value | Asserts runPass | assert_not_equals("space-all", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("space-all", "space-all", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("space-all", "space-all", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Fail | e.style['text-spacing-trim'] = "trim-both" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
at http://wpt.live/css/css-text/parsing/text-spacing-trim-valid.html:16:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Fail | e.style['text-spacing-trim'] = "trim-all" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
at http://wpt.live/css/css-text/parsing/text-spacing-trim-valid.html:17:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Pass | e.style['text-spacing-trim'] = "trim-start" should set the property value | Asserts runPass | assert_not_equals("trim-start", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("trim-start", "trim-start", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("trim-start", "trim-start", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['text-spacing-trim'] = "space-first" should set the property value | Asserts runPass | assert_not_equals("space-first", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("space-first", "space-first", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("space-first", "space-first", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|