dom/xbl/test/file_bug481558.xbl

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <bindings xmlns="http://www.mozilla.org/xbl"
     2           xmlns:xbl="http://www.mozilla.org/xbl"
     3           xmlns:html="http://www.w3.org/1999/xhtml">
     4 <binding id="test">
     5   <content>
     6     <children/>
     7     Binding Attached
     8   </content>
     9   <implementation>
    10     <property name="xblBoundProperty" onget="return 1;"
    11               exposeToUntrustedContent="true"/>
    12   </implementation>
    13 </binding>
    14 </bindings>

mercurial