OLD | NEW |
---|---|
(Empty) | |
1 | |
2 Running test: consoleExistsOnGlobal | |
3 true | |
4 | |
5 Running test: consoleHasRightPropertyDescriptor | |
6 { | |
7 configurable : true | |
8 enumerable : false | |
9 value : <value> | |
10 writable : true | |
11 } | |
12 | |
13 Running test: ConsoleNotExistsOnGlobal | |
14 false | |
15 | |
16 Running test: prototypeChainMustBeCorrect | |
17 true | |
OLD | NEW |