Assert built-in prototype isolation
This commit is contained in:
parent
ad3b837ad5
commit
ea2273dde5
3 changed files with 14 additions and 4 deletions
|
@ -1845,13 +1845,17 @@ describe('BrowserWindow module', function () {
|
|||
preloadProperty: 'number',
|
||||
pageProperty: 'undefined',
|
||||
typeofRequire: 'function',
|
||||
typeofProcess: 'object'
|
||||
typeofProcess: 'object',
|
||||
typeofArrayPush: 'function',
|
||||
typeofFunctionApply: 'function',
|
||||
},
|
||||
pageContext: {
|
||||
preloadProperty: 'undefined',
|
||||
pageProperty: 'string',
|
||||
typeofRequire: 'undefined',
|
||||
typeofProcess: 'undefined'
|
||||
typeofProcess: 'undefined',
|
||||
typeofArrayPush: 'number',
|
||||
typeofFunctionApply: 'boolean',
|
||||
}
|
||||
})
|
||||
done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue