electron/spec/fixtures/pages/window-open.html

8 lines
160 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
window.open('http://host', 'host', 'this-is-not-a-standard-feature');
</script>
</body>
</html>