summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/non-automated/manual_click_location_replace_during_load-1.html
blob: e9d03e93648245879956ea2259e900d60a40bf4a (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<script>
opener.history_length = history.length;
</script>
<a onclick="location.replace('manual_click_location_replace_during_load-2.html'); return false;" href>Click Here</a>
<p>Filler image to keep the page loading:</p>
<img>
<script>
document.images[0].src = "/images/smiley.png?pipe=trickle(20:d1:r2)&random=" + Math.random();
</script>