chromium/third_party/blink/web_tests/http/tests/navigation/post-basic.html

<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>