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

8 lines
126 B
HTML
Raw Normal View History

2014-10-27 11:26:45 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
window.open('http://host', 'host');
</script>
</body>
</html>