70e58e70cb
BUG=chromium:714486 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2834363003 Cr-Commit-Position: refs/heads/master@{#44873}
30 lines
460 B
Plaintext
30 lines
460 B
Plaintext
|
|
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
|
|
}
|