Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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