Moving this issue from csswg issue #12561.
Step 2.1. of serialize a CSSUnparsedValue appends USVStrings without any separation.
- Let s initially be the empty string.
- For each item in this’s [[tokens]] internal slot:
- If item is a USVString, append it to s.
- Otherwise, item is a CSSVariableReferenceValue. Serialize it, then append the result to s.
- Return s.
Implementations differ here.
- Blink append
/**/ between subsequent USVStrings
- WebKit does not append anything between subsequent USVStrings
- WPT expects
/**/