| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.waitUntilDone(); | |
| testRunner.dumpAsText(); | |
| } | |
| function clickf() | |
| { | |
| document.f.submit(); | |
| } | |
| </script> | |
| </head> | |
| <body onload="clickf()"> | |
| <form name="f" action="resources/check-keygen-post.php" method="post"> | |
| <keygen name="spkac" keytype="RSA" /> | |
| </form> | |
| </body> | |
| </html> |