Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
variable-reference-override-cached.html
blob: 7113edf93c360a9410bbb4688b4effac2d56af56 [
file
] [
log
] [
blame
]
<style>
div
{
--
a
:
red
;
background-color
:
var
(--
a
);
width
:
100px
;
height
:
100px
;
}
div
{
background-color
:
green
;
}
</style>
<div><div></div></div>