Fail | Simple substitution test | assert_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 runFail | assert_equals("20px 20px", "20px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Fail | You can't build up a single token where part of it is provided by a variable | assert_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 runFail | assert_equals("0px 0px", "0px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | You can't build up a single token where part of it is provided by a variable (percentages) | Asserts runPass | assert_equals("0px", "0px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | Multiple variable references in a single property | Asserts runPass | assert_equals("19px 47px", "19px 47px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | Multiple variable references in a single property (no spaces) | Asserts runPass | assert_equals("23px 59px", "23px 59px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Fail | Fallback value | assert_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 runFail | assert_equals("11px 11px", "11px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Fail | Fallback value which is also a variable reference | assert_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 runFail | assert_equals("27px 27px", "27px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | Multiple var references in fallback value | Asserts runPass | assert_equals("66px 92px", "66px 92px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | Multiple nested fallbacks | Asserts runPass | assert_equals("98px 18px", "98px 18px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | Bad variable reference that should inherit by default | Asserts runPass | 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) |
|
Pass | Test that var reference doesn’t overwrite !important | Asserts runPass | assert_equals("50px", "50px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | Test that !important on a property that has a variable reference can overwrite !important | Asserts runPass | assert_equals("28px", "28px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|
Pass | Test that !important inside of var reference can't overwrite !important on property | Asserts runPass | assert_equals("50px", "50px", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-substitution-basic.html:118:17) |
|