Summary

Harness status: OK

Found 3 tests

Details

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