Summary

Harness status: OK

Found 2 tests

Details

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