| Index: LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js
|
| diff --git a/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js b/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js
|
| index 804b9481528fe2081fb3a4dc3d49d25d055a8f23..f4c94b85471f67b80eec43e8def75b8ec1d653a8 100644
|
| --- a/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js
|
| +++ b/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js
|
| @@ -125,7 +125,7 @@ function documentadoptnode06() {
|
|
|
| domImpl = doc.implementation;
|
| newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
| - newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
|
| + newAttr = doc.createAttribute("xml:lang");
|
| newText = doc.createTextNode("Text Node");
|
| newEntRef = doc.createEntityReference("alpha");
|
| appendedChild = newAttr.appendChild(newText);
|
|
|