Add failing spec for webview nodeIntegration inheritance
This commit is contained in:
parent
4890734f66
commit
fd12e1f506
2 changed files with 38 additions and 0 deletions
9
spec/fixtures/pages/webview-opener-no-node-integration.html
vendored
Normal file
9
spec/fixtures/pages/webview-opener-no-node-integration.html
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
var windowUrl = decodeURIComponent(window.location.search.substring(3))
|
||||
window.open('file://' + windowUrl, '', 'nodeIntegration=yes,show=no')
|
||||
console.log('window opened')
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue