Summary

Harness status: OK

Found 3 tests

Details

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