tenfourfox/js/xpconnect/tests/mochitest/file_bug795275.xml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
511 B
XML

<?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>