X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fdom%2Fxhtml%2Flevel3%2Fcore%2Fwellformed04.js;h=9628cc3e648830bcfac7a6d7af71370937cf62df;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=79bf2a765b123e1e16636f89d7ef907449719f98;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/wellformed04.js b/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/wellformed04.js index 79bf2a7..9628cc3 100644 --- a/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/wellformed04.js +++ b/src/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/wellformed04.js @@ -105,7 +105,7 @@ doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDoctype); { success = false; try { - attr = doc.createAttributeNS(nullNS,"LegalNameࢎ"); + attr = doc.createAttribute("LegalNameࢎ"); } catch(ex) { success = (typeof(ex.code) != 'undefined' && ex.code == 5);