blob: e9c2f98898f8e42c9fa897ea83392cc68cd98a3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<body>
<div>A shadow element with a content element</div>
<div>before host-child after</div>
<div>A shadow element without a content element</div>
<div>before host-child after</div>
<div>A shadow element with a parameter</div>
<div> before host-child after</div>
<div>An inactive shadow element</div>
<div>before host-child middle<shadow> shadow-child</shadow> after</div>
<div>A shadow element comes before a content element</div>
<div> before middle host-child after</div>
<div>A shadow element comes after a content element</div>
<div>before host-child middle after</div>
</body>
</html>
|