Summary

Harness status: OK

Found 18 tests

Details

ResultTest NameMessage
Passwidth: var(--prop);
Asserts run
Pass
assert_equals("var(--prop)", "var(--prop)")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop) !important;
Asserts run
Pass
assert_equals("var(--prop)", "var(--prop)")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop, );
Asserts run
Pass
assert_equals("var(--prop, )", "var(--prop, )")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop, 20px);
Asserts run
Pass
assert_equals("var(--prop, 20px)", "var(--prop, 20px)")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop, blue);
Asserts run
Pass
assert_equals("var(--prop, blue)", "var(--prop, blue)")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop1, var(--prop2));
Asserts run
Pass
assert_equals("var(--prop1, var(--prop2))", "var(--prop1, var(--prop2))")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop1, var(--prop2, var(--prop3, auto)));
Asserts run
Pass
assert_equals("var(--prop1, var(--prop2, var(--prop3, auto)))", "var(--prop1, var(--prop2, var(--prop3, auto)))")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop1) var(--prop2)
Asserts run
Pass
assert_equals("var(--prop1) var(--prop2)", "var(--prop1) var(--prop2)")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop,);
Asserts run
Pass
assert_equals("var(--prop,)", "var(--prop,)")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var();
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(prop);
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(-prop);
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop 20px);
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop, var(prop));
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(--prop, var(-prop));
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(20px);
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
Passwidth: var(var(--prop));
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:55:13)
PassVariable reference left open at end of stylesheet
Asserts run
Pass
assert_equals("var(--prop", "var(--prop")
    at Test.<anonymous> ( /css/css-variables/variable-reference.html:62:13)