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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/checkValidity.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/checkValidity.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/checkValidity.html b/third_party/WebKit/LayoutTests/fast/forms/checkValidity.html
index 2e9e89ee3ee8e2135c52c5afda63bfa8d4a4f11e..ea57e58f292218e1a7312034028029013c71d266 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/checkValidity.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/checkValidity.html
@@ -33,10 +33,6 @@ test(() => {
}, 'checkValidity() for OBJECT should return true.');
test(() => {
- assert_true(checkValidityFor('<keygen></keygen>'));
-}, 'checkValidity() for KEYGEN should return true.');
-
-test(() => {
assert_true(checkValidityFor('<select required>' +
' <option>empty</option>' +
' <option>another</option>' +

Powered by Google App Engine
This is Rietveld 408576698