mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
21 lines
632 B
XML
21 lines
632 B
XML
<?xml version="1.0"?>
|
|
<bindings id="xbltestBindings" xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="xbltest">
|
|
<content>PASS</content>
|
|
<implementation>
|
|
<constructor>
|
|
var win = XPCNativeWrapper.unwrap(window);
|
|
var SpecialPowers = win.SpecialPowers;
|
|
var is = win.is;
|
|
var todo_is = win.todo_is;
|
|
var ok = win.ok;
|
|
var excludedNames = win.excludedNames;
|
|
var createInterfaceMap = win.createInterfaceMap;
|
|
eval(win.runTest.toString());
|
|
runTest(true);
|
|
win.SimpleTest.finish();
|
|
</constructor>
|
|
</implementation>
|
|
</binding>
|
|
</bindings>
|