Adjust src from will-attach-webview
This commit is contained in:
parent
8b0d3a2567
commit
acff2f6baf
2 changed files with 3 additions and 5 deletions
|
@ -1108,7 +1108,7 @@ describe('<webview> tag', function () {
|
|||
done()
|
||||
})
|
||||
webview.setAttribute('nodeintegration', 'yes')
|
||||
webview.src = 'file://' + fixtures + '/pages/c.html'
|
||||
webview.src = 'file://' + fixtures + '/pages/a.html'
|
||||
document.body.appendChild(webview)
|
||||
})
|
||||
|
||||
|
@ -1122,9 +1122,6 @@ describe('<webview> tag', function () {
|
|||
})
|
||||
})
|
||||
|
||||
it('emits a new-webview event when first attached that ', () => {
|
||||
})
|
||||
|
||||
it('loads devtools extensions registered on the parent window', function (done) {
|
||||
w = new BrowserWindow({
|
||||
show: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue