Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/pi-noscript
/
.
/
css
/
css-shadow
/
same-rules-bug-2044746-crash.html
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>