1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00
elinks/test/ecmascript/history_js.html

12 lines
108 B
HTML
Raw Normal View History

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