Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passcomputed style inherit
Asserts run
Pass
assert_equals("20px", "20px")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:61:17)
Passcomputed style initial
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:61:17)
Passcomputed style unset
Asserts run
Pass
assert_equals("20px", "20px")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:61:17)
Passcomputed style revert
Asserts run
Pass
assert_equals("20px", "20px")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:61:17)
Passspecified style inherit
Asserts run
Pass
assert_equals("inherit", "inherit")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:69:17)
Passspecified style initial
Asserts run
Pass
assert_equals("initial", "initial")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:69:17)
Passspecified style unset
Asserts run
Pass
assert_equals("unset", "unset")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:69:17)
Passspecified style revert
Asserts run
Pass
assert_equals("revert", "revert")
    at Test.<anonymous> ( /css/css-variables/variable-definition-keywords.html:69:17)