blob: 2493b4842fdc6d9fc2573000d15d70a53856f8b6 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.clearBackForwardList();
testRunner.dumpBackForwardList();
}
window.location.href = 'resources/page-that-posts.html';
</script>
<p>Tests that a POST request is handled correctly. If this test passes, you will see a page indicating a form was POSTed.</p>