summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-shadowroots-with-empty-styles-expected.html
blob: 0539f51edd436d07660884d3d37dffa94a83a397 (plain)
1
2
3
4
5
6
7
8
9
<!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>