Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / form-submission-before-load-post.html
blobb5394ba5f6a6a04c4f8ae9d9d6b00a1a8a4b257b
1 <form method="post" action="resources/form-submission-before-load-page2.html"></form>
2 <script>
3 if (window.testRunner) {
4 testRunner.clearBackForwardList();
5 testRunner.dumpBackForwardList();
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
9 // Test that submitting the form, using a POST method, before the 'load' event
10 // results in the current session history item being replaced by the next one.
11 document.forms[0].submit();
12 </script>