Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
fast
/
dom
/
shadow
/
multiple-shadowroots-with-empty-styles-expected.html
blob: 0539f51edd436d07660884d3d37dffa94a83a397 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
id
=
"output"
>
<div
id
=
"f"
><div>
Hello from foo.
</div></div>
<div
id
=
"b"
><div>
Hello from bar.
</div><div>
Hello from zot.
</div></div>
</div>
</body>
</html>