Add cross-origin frame webview spec

This commit is contained in:
Kevin Sawicki 2017-05-25 09:39:40 -07:00
parent 36989e19f8
commit 9f49b71b89
2 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,7 @@
try {
if (popup.location.toString() !== 'about:blank') {
clearInterval(intervalID)
ipcRenderer.send('answer', 'did not throw error')
ipcRenderer.send('answer', `Did not throw error accessing location: ${popup.location}`)
}
} catch (error) {
clearInterval(intervalID)