tenfourfox/docshell/test/navigation/goback.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

6 lines
113 B
HTML

<html>
<body onload="setTimeout('window.history.go(-1)', 1000);">
window.history.go(-1);
</body>
</html>