4 var doTest = function () {
5 if (window
.testRunner
) {
6 window
.testRunner
.dumpAsText();
7 window
.testRunner
.waitUntilDone();
9 document
.getElementById("form1").submit();
13 <body onload=
"doTest()">
14 <form id=
"form1" action=
"resources/redirection-response.php?status=302&target=redirected-post-request-contents.php?content=false" method=
"post">
15 <input type=
"text" name=
"text1" value=
"some text"><br>