Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / dom / xhtml / level3 / core / wellformed04.js
index 79bf2a7..9628cc3 100644 (file)
@@ -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);