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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version="1.0"?>
     3 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
     5 <window id="child-iterate-recurse"
     6         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     8 <vbox flex="1" style="overflow: auto;">
    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>
    26 </vbox>
    28 </window>

mercurial