summaryrefslogtreecommitdiffstats
path: root/browser/components/sessionstore/test/restore_redirect_js.html
blob: f0130847b63a78b38012045353c826b6d7e18f87 (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>