mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6cddc919e9
Backed out changeset aea34e69d171 (bug 932322) Backed out changeset 2b99a0f6ff1b (bug 932309) Backed out changeset 0e3bcb78784e (bug 932309)
21 lines
660 B
XML
21 lines
660 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 legacyMozPrefixedInterfaces = win.legacyMozPrefixedInterfaces;
|
|
var createInterfaceMap = win.createInterfaceMap;
|
|
eval(win.runTest.toString());
|
|
runTest(true);
|
|
win.SimpleTest.finish();
|
|
</constructor>
|
|
</implementation>
|
|
</binding>
|
|
</bindings>
|