ladybird/Tests/LibWeb/Ref/input/css-invalid-var.html

9 lines
192 B
HTML
Raw Normal View History

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