Pass | e.style['border-block-start-color'] = "currentcolor" should set the property value | Asserts runPass | assert_not_equals("currentcolor", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("currentcolor", "currentcolor", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("currentcolor", "currentcolor", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-block-start-color'] = "rgb(2, 3, 4)" should set the property value | Asserts runPass | assert_not_equals("rgb(2, 3, 4)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(2, 3, 4)", "rgb(2, 3, 4)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(2, 3, 4)", "rgb(2, 3, 4)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-block-end-color'] = "#234" should set the property value | Asserts runPass | assert_not_equals("rgb(34, 51, 68)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(34, 51, 68)", "rgb(34, 51, 68)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(34, 51, 68)", "rgb(34, 51, 68)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-block-end-color'] = "transparent" should set the property value | Asserts runPass | assert_not_equals("transparent", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("transparent", "transparent", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("transparent", "transparent", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-block-color'] = "#234" should set the property value | Asserts runPass | assert_not_equals("rgb(34, 51, 68)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(34, 51, 68)", "rgb(34, 51, 68)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(34, 51, 68)", "rgb(34, 51, 68)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-block-color'] = "transparent rgb(2, 3, 4)" should set the property value | Asserts runPass | assert_not_equals("transparent rgb(2, 3, 4)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("transparent rgb(2, 3, 4)", "transparent rgb(2, 3, 4)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("transparent rgb(2, 3, 4)", "transparent rgb(2, 3, 4)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-block-color'] = "rgb(2, 3, 4) rgb(2, 3, 4)" should set the property value | Asserts runPass | assert_not_equals("rgb(2, 3, 4)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(2, 3, 4)", "rgb(2, 3, 4)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(2, 3, 4)", "rgb(2, 3, 4)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|