<!doctype html>
<link rel="match" href="reference/css-invalid-var-ref.html" />
<style>
div {
color: red;
color: var(--wat);
}
</style><div>This text should be black.