X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fdom%2Fxhtml%2Flevel3%2Fcore%2Fnodeinsertbefore14.js;h=0ab4930be9fa95f7ca09a83d52f4439a3ba41360;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=834daf9937cc3792645cc3b10ed111fa285af0d8;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js b/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js index 834daf9..0ab4930 100644 --- a/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js +++ b/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js @@ -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;