summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/source/support/location-set.html
blob: ad733afac3ec655a743e2ea64c80468e10e815b7 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<script>
  function go() {
  	location.href = "support/dummy.html"
  }
</script>
<p>Hello. Go.