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..eb65358ed4300cfd44df5c3089e04baa300ba8fd 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null.html |
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html |
@@ -469,6 +469,15 @@ |
] |
}, |
{ |
+ type: 'HTMLOutputElement', |
+ elementToUse: document.createElement('output'), |
+ attributes: [ |
+ {name: 'name', expectedNull: 'null'}, |
+ {name: 'defaultValue', expectedNull: 'null'}, |
+ {name: 'value', expectedNull: 'null'} |
+ ] |
+ }, |
+ { |
type: 'HTMLParagraphElement', |
elementToUse: document.createElement('p'), |
attributes: [ |