blob: 8aa0466f542d88749cf363b116e8fac7fbbd1189 [file] [log] [blame]
This is a testharness.js-based test.
PASS Longhand with variable preserves original serialization: with whitespace
PASS Shorthand with variable preserves original serialization: with whitespace
FAIL Longhand with variable preserves original serialization: without whitespace assert_equals: expected "font-size:var(--a);" but got "font-size: var(--a);"
FAIL Shorthand with variable preserves original serialization: without whitespace assert_equals: expected "font:var(--a);" but got "font: var(--a);"
Harness: the test ran to completion.