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

Unified 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 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/misc/submit-post-keygen.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/submit-post-keygen.html b/third_party/WebKit/LayoutTests/http/tests/misc/submit-post-keygen.html
deleted file mode 100644
index 6785257c75df22ce52239c998ad309374cbd1fc0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/misc/submit-post-keygen.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<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>

Powered by Google App Engine
This is Rietveld 408576698