electron/spec/fixtures/pages/window-open.html
2017-01-06 09:58:40 -08:00

7 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>