1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-17 13:59:38 +00:00
Files
UXP/docshell/test/navigation/goback.html
T

6 lines
113 B
HTML

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