Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / nodeinsertbefore03.js
index 7a68a71..318696e 100644 (file)
@@ -97,7 +97,7 @@ function nodeinsertbefore03() {
       doc = load(docRef, "doc", "hc_staff");
       docType = doc.doctype;
 
-      newAttr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
+      newAttr = doc.createAttribute("xml:lang");
       
        {
                success = false;