Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/mutationobserver-replacechildren
/
.
/
css
/
css-shadow
/
slotted-text-with-flex-ref.html
blob: 055dd72b235494d03663913b2fbf6083629670ef [
file
] [
edit
]
<!DOCTYPE html>
<style>
.
content
{
border
:
2px
solid blue
;
display
:
flex
;
}
</style>
<div
id
=
"test"
>
<div
class
=
"content"
>
This should be visible.
<div>
This too.
</div>
</div>
</div>