blob: d6b7fe99da5b1970932e4e7773fd73c502714ba9 [file] [edit]
<!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>