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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/validationMessage.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/fast/forms/validationMessage.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html b/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html
index de620c4c9abca90125eaea916807f10666f4827b..b944118d7a643ffeba8b0dc37ec5bab4a457d0d0 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html
@@ -194,12 +194,6 @@ happySelect.name = "object";
form.appendChild(happyObject);
shouldBe("happyObject.validationMessage", "''");
-// Keygen controls can't be validated
-var happyKeygen = document.createElement("keygen");
-happySelect.name = "keygen";
-form.appendChild(happyKeygen);
-shouldBe("happyKeygen.validationMessage", "''");
-
form.remove();
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698