mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00

This allows the existing fallback logic in `Parser::expand_variables` to run when a CSS-wide keyword is encountered.
7 lines
No EOL
98 B
HTML
7 lines
No EOL
98 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
background-color: crimson;
|
|
}
|
|
</style>
|
|
<body></body> |