Newer
Older
minerva / Tests / LibWeb / Ref / css-invalid-var.html
@minerva minerva on 13 Jul 190 bytes Initial commit
<!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.