electron/spec/fixtures/pages/history.html

9 lines
225 B
HTML
Raw Normal View History

2015-05-20 03:53:08 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
window.history.pushState(window.history.state, "test page", "foo.html")
require('ipc').sendToHost('history', window.history.length);
</script>
</body>
</html>