Summary

Harness status: OK

Found 13 tests

Details

ResultTest NameMessage
FailSimple substitution testassert_equals: Expected Value should match actual value expected "20px" but got "20px 20px"
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-substitution-basic.html:118:17)
    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-variables/variable-substitution-basic.html:112:13
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("20px 20px", "20px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
FailYou can't build up a single token where part of it is provided by a variableassert_equals: Expected Value should match actual value expected "0px" but got "0px 0px"
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-substitution-basic.html:118:17)
    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-variables/variable-substitution-basic.html:112:13
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("0px 0px", "0px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassYou can't build up a single token where part of it is provided by a variable (percentages)
Asserts run
Pass
assert_equals("0px", "0px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassMultiple variable references in a single property
Asserts run
Pass
assert_equals("19px 47px", "19px 47px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassMultiple variable references in a single property (no spaces)
Asserts run
Pass
assert_equals("23px 59px", "23px 59px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
FailFallback valueassert_equals: Expected Value should match actual value expected "11px" but got "11px 11px"
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-substitution-basic.html:118:17)
    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-variables/variable-substitution-basic.html:112:13
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("11px 11px", "11px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
FailFallback value which is also a variable referenceassert_equals: Expected Value should match actual value expected "27px" but got "27px 27px"
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-substitution-basic.html:118:17)
    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-variables/variable-substitution-basic.html:112:13
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("27px 27px", "27px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassMultiple var references in fallback value
Asserts run
Pass
assert_equals("66px 92px", "66px 92px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassMultiple nested fallbacks
Asserts run
Pass
assert_equals("98px 18px", "98px 18px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassBad variable reference that should inherit by default
Asserts run
Pass
assert_equals("rgb(255, 165, 0)", "rgb(255, 165, 0)", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassTest that var reference doesn’t overwrite !important
Asserts run
Pass
assert_equals("50px", "50px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassTest that !important on a property that has a variable reference can overwrite !important
Asserts run
Pass
assert_equals("28px", "28px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)
PassTest that !important inside of var reference can't overwrite !important on property
Asserts run
Pass
assert_equals("50px", "50px", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17)