Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
shadow-dom
/
resources
/
shared-resolver-host-invalidation.css
blob: a470b8f9f82414f70fde7c0e5a4a57dfb5d1b846 [
file
] [
edit
]
:
host
,
:
root
{
--
background-color
:
red
;
}
div
{
background-color
:
var
(--
background-color
);
border
:
1px
solid black
;
}