blob: f9ae7be1c9fc43e14e5a7857dc71ad934d29fa1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|