tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / http / tests / misc / submit-post-keygen.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController) {
5     layoutTestController.waitUntilDone();
6     layoutTestController.dumpAsText();
7 }
8 function clickf()
9 {
10     document.f.submit();
11 }
12 </script>
13 </head>
14 <body onload="clickf()">
15 <form name="f" action="resources/check-keygen-post.php" method="post">
16 <keygen name="spkac" keytype="RSA" />
17 </form>
18 </body>
19 </html>