| OLD | NEW |
| 1 | 1 |
| 2 Running test: consoleExistsOnGlobal | 2 Running test: consoleExistsOnGlobal |
| 3 true | 3 true |
| 4 | 4 |
| 5 Running test: consoleHasRightPropertyDescriptor | 5 Running test: consoleHasRightPropertyDescriptor |
| 6 { | 6 { |
| 7 configurable : true | 7 configurable : true |
| 8 enumerable : false | 8 enumerable : false |
| 9 value : <value> | 9 value : <value> |
| 10 writable : true | 10 writable : true |
| 11 } | 11 } |
| 12 | 12 |
| 13 Running test: ConsoleNotExistsOnGlobal | 13 Running test: ConsoleNotExistsOnGlobal |
| 14 false | 14 false |
| 15 | 15 |
| 16 Running test: prototypeChainMustBeCorrect | 16 Running test: prototypeChainMustBeCorrect |
| 17 true | 17 true |
| 18 | 18 |
| 19 Running test: consoleToString | 19 Running test: consoleToString |
| 20 [object Object] | 20 [object Object] |
| 21 |
| 22 Running test: consoleMethodPropertyDescriptor |
| 23 { |
| 24 configurable : true |
| 25 enumerable : true |
| 26 value : { |
| 27 } |
| 28 writable : true |
| 29 } |
| OLD | NEW |