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-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>div:first-child { color: red; background: blue; }</style>
<span></span>
<div>
<div>a</div>
</div>
<div>
<template shadowrootmode=open>
<div>b</div>
</template>
</div>