Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / documentrenamenode21.js
index 31050e9..50f7894 100644 (file)
@@ -110,7 +110,7 @@ function documentrenamenode21() {
 
       domImpl = doc.implementation;
 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
-      attr = newDoc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
+      attr = newDoc.createAttribute("xml:lang");
       
        {
                success = false;