mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 13:50:58 +00:00
7 lines
126 B
HTML
7 lines
126 B
HTML
|
|
<!doctype html><style>
|
||
|
|
div {
|
||
|
|
color: red;
|
||
|
|
color: var(--wat);
|
||
|
|
}
|
||
|
|
</style><div>This text should be black.
|