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

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

8 lines
120 B
HTML
Raw Normal View History

2014-12-17 23:03:34 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
location.href += '?navigated'
2014-12-17 23:03:34 +00:00
</script>
</body>
</html>