1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
elinks/test/ecmascript/history_js.html

12 lines
108 B
HTML
Raw Normal View History

2021-10-21 15:17:26 +00:00
<html>
<title>JavaScript History tests</title>
<body>
<script>
history.go(-2);
</script>
</body>
</html>