Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / nodeinsertbefore14.js
index 834daf9..0ab4930 100644 (file)
@@ -103,7 +103,7 @@ function nodeinsertbefore14() {
       doc = load(docRef, "doc", "hc_staff");
       docType = doc.doctype;
 
-      newAttr = doc.createAttributeNS("http://www.w3.org/DOM/Test","dom3:attr");
+      newAttr = doc.createAttribute("dom3:attr");
       
        {
                success = false;