Summary

Harness status: OK

Found 4 tests

Details

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