electron/spec/fixtures/pages/will-navigate.html
2014-12-17 15:03:34 -08:00

7 lines
126 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
location = 'https://www.github.com'
</script>
</body>
</html>