Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/misc/submit-post-keygen.html

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.waitUntilDone();
6 testRunner.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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698