Summary

Harness status: OK

Found 73 tests

Details

ResultTest NameMessage
Passno variable
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passvariable
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passsingle char variable
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passsingle char '-' variable
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passno char variable
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Failwhite space value (single space)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:52: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-variables/variable-definition.html:47:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Failwhite space value (double space)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:52: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-variables/variable-definition.html:47:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passoverwrite
Asserts run
Pass
assert_equals("value2", "value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Failcan overwrite with no valueassert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:52: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-variables/variable-definition.html:47:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Failcan overwrite with space valueassert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:52: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-variables/variable-definition.html:47:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passcase sensetivity
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passcase sensetivity2
Asserts run
Pass
assert_equals("value2", "value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passparsing three dashes at start of variable
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passparsing multiple dashes with one dash at start of variable
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass leading white space (single space)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass middle white space (single space)
Asserts run
Pass
assert_equals("value1 value2", "value1 value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass trailing white space (single space)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass leading white space (double space) 2
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass middle white space (double space) 2
Asserts run
Pass
assert_equals("value1  value2", "value1  value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass trailing white space (double space) 2
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass!important
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass!important 2
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Pass!important (with space)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13)
Passno variable (Computed Style)
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passvariable (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passsingle char variable (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passsingle char '-' variable (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passno char variable (Computed Style)
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Failwhite space value (single space) (Computed Style)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:64: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-variables/variable-definition.html:58:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Failwhite space value (double space) (Computed Style)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:64: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-variables/variable-definition.html:58:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passoverwrite (Computed Style)
Asserts run
Pass
assert_equals("value2", "value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Failcan overwrite with no value (Computed Style)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:64: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-variables/variable-definition.html:58:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Failcan overwrite with space value (Computed Style)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:64: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-variables/variable-definition.html:58:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passcase sensetivity (Computed Style)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passcase sensetivity2 (Computed Style)
Asserts run
Pass
assert_equals("value2", "value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passparsing three dashes at start of variable (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passparsing multiple dashes with one dash at start of variable (Computed Style)
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass leading white space (single space) (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass middle white space (single space) (Computed Style)
Asserts run
Pass
assert_equals("value1 value2", "value1 value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass trailing white space (single space) (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass leading white space (double space) 2 (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass middle white space (double space) 2 (Computed Style)
Asserts run
Pass
assert_equals("value1  value2", "value1  value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass trailing white space (double space) 2 (Computed Style)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass!important (Computed Style)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass!important 2 (Computed Style)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Pass!important (with space) (Computed Style)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13)
Passno variable (Cascading)
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passvariable (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passsingle char variable (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passsingle char '-' variable (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passno char variable (Cascading)
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Failwhite space value (single space) (Cascading)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:78: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-variables/variable-definition.html:70:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Failwhite space value (double space) (Cascading)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:78: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-variables/variable-definition.html:70:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passoverwrite (Cascading)
Asserts run
Pass
assert_equals("value2", "value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Failcan overwrite with no value (Cascading)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:78: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-variables/variable-definition.html:70:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Failcan overwrite with space value (Cascading)assert_equals: Expected Value should match actual value expected " " but got ""
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:78: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-variables/variable-definition.html:70:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("", " ", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passcase sensetivity (Cascading)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passcase sensetivity2 (Cascading)
Asserts run
Pass
assert_equals("value2", "value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passparsing three dashes at start of variable (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passparsing multiple dashes with one dash at start of variable (Cascading)
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass leading white space (single space) (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass middle white space (single space) (Cascading)
Asserts run
Pass
assert_equals("value1 value2", "value1 value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass trailing white space (single space) (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass leading white space (double space) 2 (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass middle white space (double space) 2 (Cascading)
Asserts run
Pass
assert_equals("value1  value2", "value1  value2", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass trailing white space (double space) 2 (Cascading)
Asserts run
Pass
assert_equals("value", "value", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass!important (Cascading)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass!important 2 (Cascading)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Pass!important (with space) (Cascading)
Asserts run
Pass
assert_equals("value1", "value1", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13)
Passbasic CSSOM.setProperty
Asserts run
Pass
assert_equals("green", "green", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13)
FailCSSOM.setProperty with space 1assert_equals: Expected Value should match actual value expected "" but got "green"
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:97: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-variables/variable-definition.html:91:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("green", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13)
FailCSSOM.setProperty with space 2assert_equals: Expected Value should match actual value expected "" but got "green"
    at Test.<anonymous> (http://wpt.live/css/css-variables/variable-definition.html:97: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-variables/variable-definition.html:91:9
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_equals("green", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13)
PassCSSOM.setProperty with space 3
Asserts run
Pass
assert_equals("", "", "Expected Value should match actual value")
    at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13)