mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
12 lines
284 B
XML
12 lines
284 B
XML
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="test">
|
|
<content>
|
|
<children includes="span"/>
|
|
<html:div xmlns:html="http://www.w3.org/1999/xhtml" style="color: red">
|
|
<children/>
|
|
</html:div>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|