blob: 4a17c05535d0542a3946a1023c5d634eb5092d88 [file] [log] [blame]
<script>
sessionStorage.formTargetShouldNavAndGoBack = true;
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.clearBackForwardList();
testRunner.dumpBackForwardList();
}
window.location.href = 'resources/page-that-posts.html';
</script>
<p>Tests that POST-ing a page, navigating to another page and then going back is handled correctly. If this test passes, you will see a page indicating a form was POSTed.</p>