electron/spec/fixtures/pages/webview-stripped-preload.html
2017-05-17 13:47:00 -07:00

7 lines
122 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log(typeof window.foo);
</script>
</body>
</html>