2023-09-12 18:40:47 +01:00
|
|
|
<!doctype html>
|
2024-11-05 12:49:08 +00:00
|
|
|
<link rel="match" href="../expected/css-invalid-var-ref.html" />
|
2023-09-12 18:40:47 +01:00
|
|
|
<style>
|
2023-08-26 12:08:07 +01:00
|
|
|
div {
|
|
|
|
color: red;
|
|
|
|
color: var(--wat);
|
|
|
|
}
|
|
|
|
</style><div>This text should be black.
|