Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
PassComputed value for background-image after setting background shorthand
Asserts run
Pass
assert_equals("url(\"http://wpt.live/css/css-backgrounds/support/60x60-green.png\")", "url(\"http://wpt.live/css/css-backgrounds/support/60x60-green.png\")")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:24:13)
Passbackground_specified_position
Asserts run
Pass
assert_equals("40% 50%", "40% 50%", "background specified value for background-position")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:29:13)
Failbackground_specified_sizeassert_equals: background specified value for background-size expected "160px auto" but got "160px"
    at Test.<anonymous> (http://wpt.live/css/css-backgrounds/background-332.html:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-backgrounds/background-332.html:33:9
Asserts run
Fail
assert_equals("160px", "160px auto", "background specified value for background-size")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:34:13)
Passbackground_specified_repeat
Asserts run
Pass
assert_equals("round", "round", "background specified value for background-repeat")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:39:13)
Passbackground_specified_attachment
Asserts run
Pass
assert_equals("fixed", "fixed", "background specified value for background-attachment")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:44:13)
Passbackground_specified_origin
Asserts run
Pass
assert_equals("border-box", "border-box", "background specified value for background-origin")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:49:13)
Passbackground_specified_clip
Asserts run
Pass
assert_equals("border-box", "border-box", "background specified value for background-clip")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:54:13)
Passbackground_specified_color
Asserts run
Pass
assert_equals("rgb(128, 128, 128)", "rgb(128, 128, 128)", "background specified value for background-color")
    at Test.<anonymous> ( /css/css-backgrounds/background-332.html:59:13)