summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/reload_post_1-1.html
blob: 69e48f77c0165a0bbb1cddc19c1e7055c429703b (plain)
1
2
3
4
5
6
7
8
9
10
<script>
onload = function() {opener.next()}
document.write(Math.random());
</script>

<form method="POST" action="">
<input type=hidden name=test value=test>
<input type=submit>
</form>
<button onclick="location.reload()">Reload</button>