Pass | e.style['border-image-slice'] = "1" should set the property value | Asserts runPass | assert_not_equals("1", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("1", "1", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("1", "1", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-image-slice'] = "1 2% 3 4%" should set the property value | Asserts runPass | assert_not_equals("1 2% 3 4%", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("1 2% 3 4%", "1 2% 3 4%", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("1 2% 3 4%", "1 2% 3 4%", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-image-slice'] = "1 2% 3 4% fill" should set the property value | Asserts runPass | assert_not_equals("1 2% 3 4% fill", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("1 2% 3 4% fill", "1 2% 3 4% fill", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("1 2% 3 4% fill", "1 2% 3 4% fill", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['border-image-slice'] = "fill 1 2% 3 4%" should set the property value | Asserts runPass | assert_not_equals("1 2% 3 4% fill", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("1 2% 3 4% fill", "1 2% 3 4% fill", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("1 2% 3 4% fill", "1 2% 3 4% fill", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|