Assert document visibility in main context
This commit is contained in:
parent
b26428c43c
commit
1d824d4645
3 changed files with 13 additions and 4 deletions
|
@ -1853,7 +1853,9 @@ describe('BrowserWindow module', function () {
|
|||
typeofArrayPush: 'number',
|
||||
typeofFunctionApply: 'boolean',
|
||||
typeofPreloadExecuteJavaScriptProperty: 'number',
|
||||
typeofOpenedWindow: 'object'
|
||||
typeofOpenedWindow: 'object',
|
||||
documentHidden: true,
|
||||
documentVisibilityState: 'hidden'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue