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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.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/dom/domstring-attribute-reflection.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
index f633fed9705a8cc0170294472d7476e69b49566d..bf28eaad4c46cea4e105b859eb6f672163716346 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
@@ -58,7 +58,6 @@ testDOMStringReflection('fieldset', 'name');
testDOMStringReflection('form', 'name');
testDOMStringReflection('input', 'name');
testDOMStringReflection('input', 'step');
-testDOMStringReflection('keygen', 'name');
testDOMStringReflection('menu', 'type');
testDOMStringReflection('menu', 'label');
testDOMStringReflection('menuitem', 'label');

Powered by Google App Engine
This is Rietveld 408576698