Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassParse, store, and serialize CSS variable referencing another CSS variable
Asserts run
Pass
assert_equals("var(--prop2)", "var(--prop2)")
    at Test.<anonymous> ( /css/css-variables/variable-reference-variable.html:30:17)
PassParse, store, and serialize CSS variable referencing another CSS variable 1
Asserts run
Pass
assert_equals("var(--prop2, var(--prop3))", "var(--prop2, var(--prop3))")
    at Test.<anonymous> ( /css/css-variables/variable-reference-variable.html:30:17)