summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webcomponents/basic-slot-6-ref.html
blob: 5e92137752120bde0bb9286e90ef7160f9e91b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<body>
<div>
  <div style="border: 10px solid green">
    <span style="background-color: purple">Hello</span>
    <span style="background-color: orange">World</span>
  </div>
</div>
</body>
</html>