| <html> |
| <head> |
| <script> |
| |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitUntilDone(); |
| } |
| |
| function loaded() |
| { |
| document.getElementById("testform").submit(); |
| } |
| |
| </script> |
| </head> |
| <body onload="loaded();"> |
| |
| <form id="testform" action="resources/post-target-policy-test.php" method="post"> |
| <input id="somefield" type="text" value="form data"> |
| </form> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=22194 - Should be no "form resubmission" nag after navigating back in some cases.<br> |
| This test does some form posts then navigates back. There should be no form resubmission nag at the last step. |
| </body> |
| </html> |