ladybird/Tests/LibWeb/Ref/expected/css-custom-prop-fallback-ref.html
rmg-x e2fa8cf7a8 LibWeb+Tests: Continue variable expansion if CSS-wide keyword is parsed
This allows the existing fallback logic in `Parser::expand_variables` to
run when a CSS-wide keyword is encountered.
2025-05-19 16:32:07 +01:00

7 lines
No EOL
98 B
HTML

<!DOCTYPE html>
<style>
body {
background-color: crimson;
}
</style>
<body></body>