Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / nodereplacechild36.js
index fea225b..d912341 100644 (file)
@@ -97,7 +97,7 @@ function nodereplacechild36() {
         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");
       newChild = doc.createTextNode("Text");