will-go-back.html   [plain text]


<html>
<script>
function goBack() {
    history.back();
}
</script>

<body onload="if (!window.layoutTestController) goBack();">
If you can go back using the history : test has succeed.
</body>
</html>