Files
electron/spec/fixtures/pages/history.html
deepak1556 f8185296f4 add test
2015-05-20 09:23:08 +05:30

9 lines
225 B
HTML

<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>