css-invalid-var.html 190 B

12345678
  1. <!doctype html>
  2. <link rel="match" href="reference/css-invalid-var-ref.html" />
  3. <style>
  4. div {
  5. color: red;
  6. color: var(--wat);
  7. }
  8. </style><div>This text should be black.