Pass | no variable | Asserts runPass | assert_equals("", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | variable | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | single char variable | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | single char '-' variable | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | no char variable | Asserts runPass | assert_equals("", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Fail | white 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Fail | white 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | overwrite | Asserts runPass | assert_equals("value2", "value2", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Fail | can overwrite with no value | 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Fail | can overwrite with space value | 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | case sensetivity | Asserts runPass | assert_equals("value1", "value1", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | case sensetivity2 | Asserts runPass | assert_equals("value2", "value2", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | parsing three dashes at start of variable | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | parsing multiple dashes with one dash at start of variable | Asserts runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | !important | Asserts runPass | 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 runPass | 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 runPass | assert_equals("value1", "value1", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:52:13) |
|
Pass | no variable (Computed Style) | Asserts runPass | assert_equals("", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | variable (Computed Style) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | single char variable (Computed Style) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | single char '-' variable (Computed Style) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | no char variable (Computed Style) | Asserts runPass | assert_equals("", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Fail | white 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Fail | white 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | overwrite (Computed Style) | Asserts runPass | assert_equals("value2", "value2", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Fail | can 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Fail | can 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | case sensetivity (Computed Style) | Asserts runPass | assert_equals("value1", "value1", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | case sensetivity2 (Computed Style) | Asserts runPass | assert_equals("value2", "value2", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | parsing three dashes at start of variable (Computed Style) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | parsing multiple dashes with one dash at start of variable (Computed Style) | Asserts runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | assert_equals("value1", "value1", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:64:13) |
|
Pass | no variable (Cascading) | Asserts runPass | assert_equals("", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | variable (Cascading) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | single char variable (Cascading) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | single char '-' variable (Cascading) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | no char variable (Cascading) | Asserts runPass | assert_equals("", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Fail | white 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Fail | white 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | overwrite (Cascading) | Asserts runPass | assert_equals("value2", "value2", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Fail | can 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Fail | can 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 runFail | assert_equals("", " ", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | case sensetivity (Cascading) | Asserts runPass | assert_equals("value1", "value1", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | case sensetivity2 (Cascading) | Asserts runPass | assert_equals("value2", "value2", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | parsing three dashes at start of variable (Cascading) | Asserts runPass | assert_equals("value", "value", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | parsing multiple dashes with one dash at start of variable (Cascading) | Asserts runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | assert_equals("value1", "value1", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:78:13) |
|
Pass | basic CSSOM.setProperty | Asserts runPass | assert_equals("green", "green", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13) |
|
Fail | CSSOM.setProperty with space 1 | assert_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 runFail | assert_equals("green", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13) |
|
Fail | CSSOM.setProperty with space 2 | assert_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 runFail | assert_equals("green", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13) |
|
Pass | CSSOM.setProperty with space 3 | Asserts runPass | assert_equals("", "", "Expected Value should match actual value")
at Test.<anonymous> ( /css/css-variables/variable-definition.html:97:13) |
|