tenfourfox/dom/xbl/test/file_bug481558.xbl

15 lines
395 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="test">
<content>
<children/>
Binding Attached
</content>
<implementation>
<property name="xblBoundProperty" onget="return 1;"
exposeToUntrustedContent="true"/>
</implementation>
</binding>
</bindings>