Index: LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml |
diff --git a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml |
index 089ffb77907c29e9c975867dab4b76b6152faee8..41a6d3612b3c9970d2a426d1b4c864b8a57b1221 100644 |
--- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml |
+++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml |
@@ -48,7 +48,7 @@ |
var listing = [ |
{ |
type: 'Attr', |
- elementToUse: document.createAttribute('anAttribute'), |
+ elementToUse: document.createAttributeNS('http://www.w3.org/1999/xhtml','anAttribute'), |
attributes: [ |
{name: 'value', expectedNull: null} |
] |