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/same-rules-bug-2044746.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="same-rules-bug-2044746-ref.html">
<style>div > div { background: blue; }</style>
<div>
<div>a</div>
</div>
<div>
<template shadowrootmode=open>
<div>b</div>
</template>
</div>