Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-shadow/host-in-document-descendant.html - WPT Dashboard Interop Dashboard
<!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>