blob: a7146d5370780a92a912940ca7863cbdc809d87b [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 console]
Running test: consoleMethodPropertyDescriptor
{
configurable : true
enumerable : true
value : {
}
writable : true
}