Files
Mozilla/mozilla/content/xbl/test/file_bug481558.xbl
bzbarsky%mit.edu 56c45f2a47 Add test for bug 481558.
git-svn-id: svn://10.0.0.236/trunk@256711 18797224-902f-48f8-a5cc-f745e15eee43
2009-03-26 21:32:34 +00:00

15 lines
350 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>