electron/spec/fixtures/pages/webview-stripped-preload.html

8 lines
122 B
HTML

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