Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <?xml version="1.0"?>
2 <bindings id="xbltestBindings" xmlns="http://www.mozilla.org/xbl">
3 <binding id="xbltest">
4 <content>PASS</content>
5 <implementation>
6 <constructor>
7 var win = XPCNativeWrapper.unwrap(window);
8 var SpecialPowers = win.SpecialPowers;
9 var is = win.is;
10 var todo_is = win.todo_is;
11 var ok = win.ok;
12 var legacyMozPrefixedInterfaces = win.legacyMozPrefixedInterfaces;
13 var createInterfaceMap = win.createInterfaceMap;
14 eval(win.runTest.toString());
15 runTest(true);
16 win.SimpleTest.finish();
17 </constructor>
18 </implementation>
19 </binding>
20 </bindings>