1 <form name=f action='resources/post-echo-and-notify-done.cgi' method=post
>
2 <input id=sub type=submit onclick='return clickf();'
>
3 <input id=val type=hidden name=submitted value='form1'
>
6 <form name=f2 action='resources/post-echo-and-notify-done.cgi' method=post
>
7 <input id=val type=hidden name=submitted value='form2'
>
17 if (window
.testRunner
) {
18 testRunner
.waitUntilDone();
19 testRunner
.dumpAsText();
22 setTimeout(function() { document
.getElementById('sub').click(); }, 0);