Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
Passbackground-attachment
Asserts run
Pass
assert_equals("fixed", "fixed", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-clip
Asserts run
Pass
assert_equals("padding-box", "padding-box", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-color
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-origin
Asserts run
Pass
assert_equals("content-box", "content-box", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-position
Asserts run
Pass
assert_equals("0% 50%", "0% 50%", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-repeat
Asserts run
Pass
assert_equals("repeat-x", "repeat-x", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-size
Asserts run
Pass
assert_equals("cover", "cover", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-image-url
Asserts run
Pass
assert_regexp_match("url(\"http://wpt.live/images/green-16x16.png\")", object "/green-16x16/", "Actual value should contain expected substring")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:102:21)
Passbackground-image-linear-gradient
Asserts run
Pass
assert_equals("linear-gradient(rgb(30, 87, 0) 0%, rgb(125, 232, 185) 100%)", "linear-gradient(rgb(30, 87, 0) 0%, rgb(125, 232, 185) 100%)", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)
Passbackground-image-radial-gradient
Asserts run
Pass
assert_equals("radial-gradient(at 25px 25px, rgb(0, 0, 0) 10%, rgb(0, 128, 0) 90%)", "radial-gradient(at 25px 25px, rgb(0, 0, 0) 10%, rgb(0, 128, 0) 90%)", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-background-properties.html:98:21)