Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / documentadoptnode06.js
index 804b948..f4c94b8 100644 (file)
@@ -125,7 +125,7 @@ function documentadoptnode06() {
 
       domImpl = doc.implementation;
 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
-      newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
+      newAttr = doc.createAttribute("xml:lang");
       newText = doc.createTextNode("Text Node");
       newEntRef = doc.createEntityReference("alpha");
       appendedChild = newAttr.appendChild(newText);