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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
160 B
HTML
Raw Normal View History

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