layout/reftests/bugs/472020-xbl.xml

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <?xml version="1.0"?>
     2 <bindings xmlns="http://www.mozilla.org/xbl"
     3           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     5   <binding id="outer">
     6     <content>
     7       <xul:inner>
     8 	<xul:label value="Before"/>
     9         <children/>
    10         <xul:label value="After"/>
    11       </xul:inner>
    12     </content>
    13   </binding>
    15   <binding id="inner">
    16     <content>
    17       <children/>
    18     </content>
    19   </binding>
    21 </bindings>

mercurial