Pass | e.style['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['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['color'] = "red" should set the property value | Asserts runPass | assert_not_equals("red", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("red", "red", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("red", "red", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "magenta" should set the property value | Asserts runPass | assert_not_equals("magenta", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("magenta", "magenta", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("magenta", "magenta", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['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['color'] = "#FEDCBA" should set the property value | Asserts runPass | assert_not_equals("rgb(254, 220, 186)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(254, 220, 186)", "rgb(254, 220, 186)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(254, 220, 186)", "rgb(254, 220, 186)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['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['color'] = "rgb(100%, 0%, 0%)" should set the property value | Asserts runPass | assert_not_equals("rgb(255, 0, 0)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "rgba(2, 3, 4, 0.5)" should set the property value | Asserts runPass | assert_not_equals("rgba(2, 3, 4, 0.5)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgba(2, 3, 4, 0.5)", "rgba(2, 3, 4, 0.5)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgba(2, 3, 4, 0.5)", "rgba(2, 3, 4, 0.5)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "rgba(2, 3, 4, 50%)" should set the property value | Asserts runPass | assert_not_equals("rgba(2, 3, 4, 0.5)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgba(2, 3, 4, 0.5)", "rgba(2, 3, 4, 0.5)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgba(2, 3, 4, 0.5)", "rgba(2, 3, 4, 0.5)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "hsl(120, 100%, 50%)" should set the property value | Asserts runPass | assert_not_equals("rgb(0, 255, 0)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "hsla(120, 100%, 50%, 0.25)" should set the property value | Asserts runPass | assert_not_equals("rgba(0, 255, 0, 0.25)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgba(0, 255, 0, 0.25)", "rgba(0, 255, 0, 0.25)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgba(0, 255, 0, 0.25)", "rgba(0, 255, 0, 0.25)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "rgb(-2, 3, 4)" should set the property value | Asserts runPass | assert_not_equals("rgb(0, 3, 4)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(0, 3, 4)", "rgb(0, 3, 4)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(0, 3, 4)", "rgb(0, 3, 4)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "rgb(100, 200, 300)" should set the property value | Asserts runPass | assert_not_equals("rgb(100, 200, 255)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(100, 200, 255)", "rgb(100, 200, 255)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(100, 200, 255)", "rgb(100, 200, 255)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "rgb(20, 10, 0, -10)" should set the property value | Asserts runPass | assert_not_equals("rgba(20, 10, 0, 0)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgba(20, 10, 0, 0)", "rgba(20, 10, 0, 0)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgba(20, 10, 0, 0)", "rgba(20, 10, 0, 0)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['color'] = "rgb(100%, 200%, 300%)" should set the property value | Asserts runPass | assert_not_equals("rgb(255, 255, 255)", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|