Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passbackground-clip_initial
Asserts run
Pass
assert_equals("border-box", "border-box", "background-clip initial value")
    at Test.<anonymous> ( /css/css-backgrounds/background-clip-001.html:17:13)
Passbackground-clip_border-box
Asserts run
Pass
assert_equals("border-box", "border-box", "background-clip supporting value")
    at Test.<anonymous> ( /css/css-backgrounds/background-clip-001.html:23:13)
Passbackground-clip_padding-box
Asserts run
Pass
assert_equals("padding-box", "padding-box", "background-clip supporting value")
    at Test.<anonymous> ( /css/css-backgrounds/background-clip-001.html:29:13)
Passbackground-clip_content-box
Asserts run
Pass
assert_equals("content-box", "content-box", "background-clip supporting value")
    at Test.<anonymous> ( /css/css-backgrounds/background-clip-001.html:35:13)