Index: LayoutTests/fast/dom/element-attribute-js-null.html |
diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html |
index 850191ee6ff319863493a1f42de08753d5f9b443..4b217e08329597229412cc7449f3d2183314bb17 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null.html |
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html |
@@ -361,6 +361,15 @@ |
] |
}, |
{ |
+ type: 'HTMLKeygenElement', |
+ elementToUse: document.createElement('keygen'), |
+ attributes: [ |
+ {name: 'challenge', expectedNull: 'null'}, |
+ {name: 'keytype', expectedNull: 'null'}, |
+ {name: 'name', expectedNull: 'null'} |
+ ] |
+ }, |
+ { |
type: 'HTMLLabelElement', |
elementToUse: document.createElement('label'), |
attributes: [ |