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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.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/element-attribute-js-null.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html b/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html
index 54f94ac1a0ff159be76a3f9cb6dc1a61133cdbb4..1d85100c204dfae3ce6fd4795b060ae8d150bb57 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -358,15 +358,6 @@
]
},
{
- type: 'HTMLKeygenElement',
- elementToUse: document.createElement('keygen'),
- attributes: [
- {name: 'challenge', expectedNull: 'null'},
- {name: 'keytype', expectedNull: ''},
- {name: 'name', expectedNull: 'null'}
- ]
- },
- {
type: 'HTMLLabelElement',
elementToUse: document.createElement('label'),
attributes: [

Powered by Google App Engine
This is Rietveld 408576698