| Index: LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js
|
| diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js b/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js
|
| index fea225beef2fa38eec95e008e12b679576c0a4a0..d912341c6045fd13c57fce09bc949fb221785371 100644
|
| --- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js
|
| +++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js
|
| @@ -97,7 +97,7 @@ function nodereplacechild36() {
|
| docRef = this.doc;
|
| }
|
| doc = load(docRef, "doc", "hc_staff");
|
| - parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
|
| + parent = doc.createAttribute("xml:lang");
|
| oldChild = doc.createEntityReference("delta");
|
| newChild = doc.createTextNode("Text");
|
|
|
|
|