Pass | e.style['border'] = "1px dotted red" should set the property value | Asserts runPass | assert_not_equals("1px dotted red", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("1px dotted red", "1px dotted red", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("1px dotted red", "1px dotted red", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border'] = "green double thin" should set the property value | Asserts runPass | assert_not_equals("thin double green", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("thin double green", "thin double green", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("thin double green", "thin double green", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-top'] = "thin" should set the property value | Asserts runPass | assert_not_equals("thin", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_in_array("thin", ["thin", "thin none"], "serialization should be sound")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:32:13) | Pass | assert_equals("thin", "thin", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-right'] = "double" should set the property value | Asserts runPass | assert_not_equals("double", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_in_array("double", ["double", "medium double"], "serialization should be sound")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:32:13) | Pass | assert_equals("double", "double", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-bottom'] = "green" should set the property value | Asserts runPass | assert_not_equals("green", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_in_array("green", ["green", "medium none green"], "serialization should be sound")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:32:13) | Pass | assert_equals("green", "green", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-left'] = "1px dotted red" should set the property value | Asserts runPass | assert_not_equals("1px dotted red", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("1px dotted red", "1px dotted red", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("1px dotted red", "1px dotted red", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|