chromium/chrome/test/data/navigate_to.html

<script>
  // Navigate immediately to the value of query param e.g.:
  // /navigate_to.html?/empty.html
  location.href = location.search.slice(1);
</script>