tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug858617.js (344B)


      1 function TestCase(e, a) {
      2  getTestCaseResult(e, a);
      3 };
      4 function reportCompare (expected, actual) {
      5  new TestCase(expected, actual);
      6 }
      7 function enterFunc() {}
      8 function getTestCaseResult(expected, actual) {
      9  return actual == expected;
     10 }
     11 reportCompare('', '');
     12 evaluate("\
     13 test();\
     14 function test() {\
     15  enterFunc();\
     16  reportCompare();\
     17 }\
     18 ");