summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/001-1.html
blob: df8d884e8d5dde6eca6a6f2cc10096f0df482170 (plain)
1
2
3
4
5
6
7
<!doctype html>
001-1
<script>
addEventListener("unload", function() {
  location = location.href.replace("http://", "http://www.").replace(/\d{3}-\d\.html/, "001-3.html");
}, false);
</script>