Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / post-basic.html
blob2493b4842fdc6d9fc2573000d15d70a53856f8b6
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText();
4 testRunner.waitUntilDone();
5 testRunner.clearBackForwardList();
6 testRunner.dumpBackForwardList();
8 window.location.href = 'resources/page-that-posts.html';
9 </script>
11 <p>Tests that a POST request is handled correctly. If this test passes, you will see a page indicating a form was POSTed.</p>