summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/scripted_click_location_assign_during_load-1.html
blob: 05bb42f967d5434ef550de8689bbec0ff5d65318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<script>
opener.history_length = history.length;
</script>
<a onclick="location.assign('scripted_click_location_assign_during_load-2.html'); return false;" href>Click Here</a>
<script>
document.links[0].click()
</script>
<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>