blob: 48cbc70fe27cc144deb00b402476a5dda52b5124 [file] [log] [blame]
Tests console object and it's prototype
Running test: consoleExistsOnGlobal
true
Running test: consoleHasRightPropertyDescriptor
{
configurable : true
enumerable : false
value : <value>
writable : true
}
Running test: ConsoleNotExistsOnGlobal
false
Running test: prototypeChainMustBeCorrect
true
Running test: consoleToString
[object Object]
Running test: consoleMethodPropertyDescriptor
{
configurable : true
enumerable : true
value : {
}
writable : true
}