summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/scripted_form_submit_assign_during_load-1.html
blob: ae07ac5cfc2ee1646d73454d16df604d4de2f7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<script>
opener.history_length = history.length;
</script>
<form onsubmit="location = 'scripted_form_submit_assign_during_load-2.html'; return false;">
<input type=submit value="Click Me">
</form>
<script>
document.forms[0].elements[0].click()
</script>
<p>Filler image to keep the page loading:</p>
<img src="/images/smiley.png?pipe=trickle(20:d1:r2)">