summaryrefslogtreecommitdiffstats
path: root/browser/components/sessionstore/test/restore_redirect_js.html
blob: 1f5f0e54cac28ce4340ff16442f56aaee1264378 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>

<html>
<head>
<script>
var newLocation = window.location.toString().replace("restore_redirect_js.html", "restore_redirect_target.html");
window.location.replace(newLocation);
</script>
</head>
</html>