Summary

Harness status: OK

Found 4 tests

Details

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