Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>:host in document stylesheet doesn't match all elements</title>
<link rel="match" href="/css/reference/green.html">
<style>
body {
background: green;
}
:root :host {
background: red !important;
}
</style>