Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassLonghand with variable preserves original serialization: with whitespace
Asserts run
Pass
assert_equals("font-size: var(--a);", "font-size: var(--a);")
    at Test.<anonymous> ( /css/cssom/serialize-variable-reference.html:16:9)
PassShorthand with variable preserves original serialization: with whitespace
Asserts run
Pass
assert_equals("font: var(--a);", "font: var(--a);")
    at Test.<anonymous> ( /css/cssom/serialize-variable-reference.html:22:9)
PassLonghand with variable preserves original serialization but trims whitespace: without whitespace
Asserts run
Pass
assert_equals("font-size: var(--a);", "font-size: var(--a);")
    at Test.<anonymous> ( /css/cssom/serialize-variable-reference.html:28:9)
PassShorthand with variable preserves original serialization but trims whitespace: without whitespace
Asserts run
Pass
assert_equals("font: var(--a);", "font: var(--a);")
    at Test.<anonymous> ( /css/cssom/serialize-variable-reference.html:34:9)