electron/spec/fixtures/pages/webview-allowpopups.html

11 lines
193 B
HTML

<html>
<head>
<script type="text/javascript">
window.ELECTRON_ENABLE_SECURITY_WARNINGS = true
</script>
</head>
<body>
<webview allowpopups></webview>
</body>
</html>