1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/test/file_bug481558.xbl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<bindings xmlns="http://www.mozilla.org/xbl" 1.5 + xmlns:xbl="http://www.mozilla.org/xbl" 1.6 + xmlns:html="http://www.w3.org/1999/xhtml"> 1.7 +<binding id="test"> 1.8 + <content> 1.9 + <children/> 1.10 + Binding Attached 1.11 + </content> 1.12 + <implementation> 1.13 + <property name="xblBoundProperty" onget="return 1;" 1.14 + exposeToUntrustedContent="true"/> 1.15 + </implementation> 1.16 +</binding> 1.17 +</bindings>