Index: LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js |
diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js b/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js |
index 6f4a35a01ea4e3e8fba9c09321a2f804882e5bea..0d3f160e29ddc615c398dced4dfc588b4636a2d8 100644 |
--- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js |
+++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js |
@@ -98,7 +98,7 @@ function nodereplacechild34() { |
docRef = this.doc; |
} |
doc = load(docRef, "doc", "hc_staff"); |
- parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang"); |
+ parent = doc.createAttribute("xml:lang"); |
oldChild = doc.createEntityReference("delta"); |
appendedChild = parent.appendChild(oldChild); |
newChild = doc.createTextNode("Text"); |