Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passbackground_specified_color_image
Asserts run
Pass
assert_equals("none", "none", "background initial value for background-image")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:24:13)
Passbackground_specified_color_position
Asserts run
Pass
assert_equals("0% 0%", "0% 0%", "background initial value for background-position")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:29:13)
Passbackground_specified_color_size
Asserts run
Pass
assert_equals("auto", "auto", "background initial value for background-size")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:34:13)
Passbackground_specified_color_repeat
Asserts run
Pass
assert_equals("repeat", "repeat", "background initial value for background-repeat")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:39:13)
Passbackground_specified_color_attachment
Asserts run
Pass
assert_equals("scroll", "scroll", "background initial value for background-attachment")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:44:13)
Passbackground_specified_color_origin
Asserts run
Pass
assert_equals("padding-box", "padding-box", "background initial value for background-origin")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:49:13)
Passbackground_specified_color_clip
Asserts run
Pass
assert_equals("border-box", "border-box", "background initial value for background-clip")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:54:13)
Passbackground_specified_color_color
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "background specified value for background-color")
    at Test.<anonymous> ( /css/css-backgrounds/background-333.html:59:13)