Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
shadow-dom
/
slotted-pseudo-element-expected.html
blob: dabfb30965af09b12a1da9a20203492fc1041802 [
file
]
<!DOCTYPE html>
<div>
<div>
<div
style
=
"
color
:
green
"
>
green
</div>
<div
style
=
"
color
:
blue
"
>
blue
</div>
<div
style
=
"
color
:
red
"
>
red
</div>
<div
style
=
"
color
:
purple
"
>
purple
</div>
</div>
</div>