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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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