summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test15.html
blob: 314fd430002535a3850f71dfa64645f8a3233eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<span>
  <span>INNERSLOT</span>
</span>

<span>
  <xxx>inner-argument</xxx>
</span>

<div>
<span>
  <xxx>
    OUTERSLOT
  </xxx>
</span>
</div>

<div>
<span>
  <div>outer-argument</div>
</span>
</div>

<div>
<span>
  <xxx>
    OUTERSLOT
  </xxx>
</span>
</div>