electron/spec/fixtures/pages/will-navigate.html

8 lines
126 B
HTML
Raw Normal View History

2014-12-17 23:03:34 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
location = 'https://www.github.com'
</script>
</body>
</html>