Set allowpopups attribute in nativeWindow open specs

This commit is contained in:
Kevin Sawicki 2017-05-23 14:22:09 -07:00
parent a32b7e5cdb
commit 9f06b6dc21

View file

@ -1653,6 +1653,7 @@ describe('<webview> tag', function () {
describe('nativeWindowOpen option', () => {
beforeEach(function () {
webview.setAttribute('allowpopups', 'on')
webview.setAttribute('nodeintegration', 'on')
webview.setAttribute('webpreferences', 'nativeWindowOpen=1')
})