| Index: LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js
|
| diff --git a/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js b/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js
|
| index 50f789462f3b88120e6d90816437c7d6e61e586f..31050e913bed0521fa05ae5dfc806ef9bbdd13ca 100644
|
| --- a/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js
|
| +++ b/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js
|
| @@ -110,7 +110,7 @@ function documentrenamenode21() {
|
|
|
| domImpl = doc.implementation;
|
| newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
| - attr = newDoc.createAttribute("xml:lang");
|
| + attr = newDoc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
|
|
|
| {
|
| success = false;
|
|
|