blob: d8d55854f2266377298eb10ae68034206c48dbe0 [file] [log] [blame]
<form method="post" action="resources/form-submission-before-load-page2.html"></form>
<script>
if (window.layoutTestController) {
layoutTestController.clearBackForwardList();
layoutTestController.dumpBackForwardList();
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
// Test that submitting the form, using a POST method, before the 'load' event
// results in the current session history item being replaced by the next one.
document.forms[0].submit();
</script>