Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 ");