Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / nodereplacechild37.js
index 4fd0264..1dc41c0 100644 (file)
@@ -112,7 +112,7 @@ function nodereplacechild37() {
         doc2Ref = this.doc2;
       }
       doc2 = load(doc2Ref, "doc2", "hc_staff");
-      parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
+      parent = doc.createAttribute("xml:lang");
       oldChild = doc.createTextNode("Text");
       newChild = doc2.createEntityReference("delta");
       appendedChild = parent.appendChild(oldChild);