summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/file_bug795275.xml
blob: f9e5e60f5854b7e9083c323c20d9ffacddaf6863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<bindings id="xbltestBindings" xmlns="http://www.mozilla.org/xbl"
          xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="xbltest">
<implementation>
<method name="testMethod" exposeToUntrustedContent="true">
<body>
  Components.interfaces;
</body>
</method>
<property name="testProp" readonly="true"
          onget="Components; return 3;"
          exposeToUntrustedContent="true" />
<constructor>
  var foo = Components;
</constructor>
</implementation>
</binding>
</bindings>