1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/test/ecmascript/history_js.html

12 lines
108 B
HTML
Raw Normal View History

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