Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / nodeinsertbefore20.js
index 8dabffb..4947a54 100644 (file)
@@ -101,7 +101,7 @@ function nodeinsertbefore20() {
       element = childList.item(2);
       refNode = element.firstChild;
 
-      newNode = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
+      newNode = doc.createAttribute("xml:lang");
       
        {
                success = false;