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