X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fdom%2Fxhtml%2Flevel3%2Fcore%2Fdocumentrenamenode21.js;h=50f789462f3b88120e6d90816437c7d6e61e586f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=31050e913bed0521fa05ae5dfc806ef9bbdd13ca;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js b/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js index 31050e9..50f7894 100644 --- a/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js +++ b/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js @@ -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;