RetroZilla/layout/html/tests/xbl/insaneInsertion2.xml
2015-10-20 23:03:22 -04:00

20 lines
448 B
XML

<?xml version="1.0"?>
<bindings id="insaneBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="numbertwo">
<content>
<children/>
<xul:text value="c"/>
<children includes="button"/>
<xul:text value="e"/>
<children includes="text"/>
<xul:text value="h"/>
</content>
</binding>
</bindings>