3 <div id=
"host">HOST
</div>
6 var host
= document
.getElementById('host');
7 var root
= host
.createShadowRoot();
10 :host-context(body.shadow)::before { content: "before shadow root:"; }\
11 :host-context(body.light)::before { content: "this should not appear:"; }\