Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>