content/xul/templates/src/crashtests/257752-1-recursion.xul

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:6c807a20b4da
1 <?xml version="1.0"?>
2
3 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4
5 <window id="child-iterate-recurse"
6 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7
8 <vbox flex="1" style="overflow: auto;">
9
10 <vbox datasources="257752-1-recursion.rdf" ref="urn:x-rec:1">
11 <template>
12 <rule>
13 <conditions>
14 <content uri="?uri"/>
15 <member container="?uri" child="?child"/>
16 </conditions>
17 <action>
18 <vbox uri="?child" style="border: 1px solid grey; margin: 1em;">
19 <label value="hi"/>
20 </vbox>
21 </action>
22 </rule>
23 </template>
24 </vbox>
25
26 </vbox>
27
28 </window>

mercurial