summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webcomponents/nested-insertion-point-1-ref.html
blob: b2faa75cc663106667039bf792d40b8be9509edc (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<html>
<body>
<div>
  <div style="border: 10px solid green"><div style="border: 10px solid orange">Hello</div></div>
</div>
</body>
</html>