console-spec-expected.txt 500 Bytes
Newer Older
1
Tests console object and it's prototype
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

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]
22 23 24 25 26 27 28 29 30

Running test: consoleMethodPropertyDescriptor
{
    configurable : true
    enumerable : true
    value : {
    }
    writable : true
}