dom/tests/mochitest/general/file_interfaces.xml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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>

mercurial