electron/spec/fixtures/pages/will-navigate.html
2015-09-18 18:57:48 +08:00

7 lines
109 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
location.reload();
</script>
</body>
</html>