blob: 530e0f5220158229a3e87febc6c387b323b36c45 [file] [log] [blame]
<html>
<script>
function goBack() {
history.back();
}
</script>
<body onload="if (!window.testRunner) goBack();">
If you can go back using the history : test has succeed.
</body>
</html>