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..c0e4391dfe17162ffc970aca45222ea19d03d4fc 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null.html |
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html |
@@ -422,8 +422,8 @@ |
type: 'HTMLModElement', |
elementToUse: document.createElement('ins'), // same as 'del' |
attributes: [ |
- {name: 'cite', expectedNull: ''}, |
- {name: 'dateTime', expectedNull: ''} |
+ {name: 'cite', expectedNull: 'null', isUrl: true}, |
+ {name: 'dateTime', expectedNull: 'null'} |
] |
}, |
{ |