| Index: LayoutTests/dom/xhtml/level3/core/nodereplacechild20.js
|
| diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild20.js b/LayoutTests/dom/xhtml/level3/core/nodereplacechild20.js
|
| index 94c073c0d1abda951c30a1e1e396f0fbc2ce1f07..a6cda64282d82603f2a610dd0468e501658a6be6 100644
|
| --- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild20.js
|
| +++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild20.js
|
| @@ -100,7 +100,7 @@ function nodereplacechild20() {
|
| doc = load(docRef, "doc", "hc_staff");
|
| docFrag = doc.createDocumentFragment();
|
| elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
|
| - attr = doc.createAttribute("xml:lang");
|
| + attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
|
| appendedChild = docFrag.appendChild(elem);
|
|
|
| {
|
|
|