🎨
This commit is contained in:
parent
3c18de9c5a
commit
73774f21b7
2 changed files with 2 additions and 2 deletions
|
@ -1285,7 +1285,7 @@ describe('<webview> tag', function () {
|
|||
done()
|
||||
})
|
||||
|
||||
webview.src = 'file://' + fixtures + '/pages/a.html'
|
||||
webview.src = `file://${fixtures}/pages/a.html`
|
||||
div.appendChild(webview)
|
||||
document.body.appendChild(div)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue