summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/assign_before_load-1.html
blob: 2549867c8ff917ea874b1e3922c6238ce56dc105 (plain)
1
2
3
4
5
6
7
<!doctype html>
1
<script>
onload = parent.t.step_func(function() {
  location = location.toString().replace("assign_before_load-1.html", "assign_before_load-2.html");
});
</script>