summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/scripted_click_assign_during_load-1.html
blob: 9561cabdd194d99ccd22f0f1b6e18e7103fb65ab (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<script>
opener.history_length = history.length;
</script>
<a onclick="location = 'scripted_click_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 src="/images/smiley.png?pipe=trickle(20:d1:r2)">