Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassProperty background-attachment value 'fixed'
Asserts run
Pass
assert_true(true, "background-attachment doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'fixed' is a supported value for background-attachment.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("fixed", "fixed")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty background-attachment value 'scroll, fixed, local'
Asserts run
Pass
assert_true(true, "background-attachment doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'scroll, fixed, local' is a supported value for background-attachment.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("scroll", "scroll")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("scroll", "scroll", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)