tenfourfox/layout/reftests/bugs/472020-xbl.xml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
436 B
XML

<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="outer">
<content>
<xul:inner>
<xul:label value="Before"/>
<children/>
<xul:label value="After"/>
</xul:inner>
</content>
</binding>
<binding id="inner">
<content>
<children/>
</content>
</binding>
</bindings>