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