mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
|
<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;"/>
|
||
|
</implementation>
|
||
|
</binding>
|
||
|
</bindings>
|