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

8 lines
160 B
HTML
Raw Permalink Normal View History

2014-10-27 05:26:45 -06:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
2017-01-04 15:44:14 -07:00
window.open('http://host', 'host', 'this-is-not-a-standard-feature');
2014-10-27 05:26:45 -06:00
</script>
</body>
</html>