spec: webview should work without script tag in page
This commit is contained in:
parent
5efa075aca
commit
bb70defcb8
3 changed files with 22 additions and 1 deletions
5
spec/fixtures/pages/webview-no-script.html
vendored
Normal file
5
spec/fixtures/pages/webview-no-script.html
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<webview nodeintegration src="ping.html"/>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue