spec: webview should work without script tag in page

This commit is contained in:
Cheng Zhao 2016-04-12 15:10:26 +09:00
parent 5efa075aca
commit bb70defcb8
3 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<html>
<body>
<webview nodeintegration src="ping.html"/>
</body>
</html>