| Index: LayoutTests/dom/xhtml/level3/core/wellformed04.js
|
| diff --git a/LayoutTests/dom/xhtml/level3/core/wellformed04.js b/LayoutTests/dom/xhtml/level3/core/wellformed04.js
|
| index 79bf2a765b123e1e16636f89d7ef907449719f98..9628cc3e648830bcfac7a6d7af71370937cf62df 100644
|
| --- a/LayoutTests/dom/xhtml/level3/core/wellformed04.js
|
| +++ b/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);
|
|
|