summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/resources/navigate-top-frame.sub.html
blob: 35332900d181c85f017babd77501f4d79b9e57e2 (plain)
1
2
3
4
5
<script>
  window.addEventListener("load", function() {
    window.top.location.href = "{{GET[url]}}";
  })
</script>