| Index: LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition15.js
|
| diff --git a/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition15.js b/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition15.js
|
| index ad88be15ad492668269f3afd1997a83a0698819c..e09fd31c27277c580c42ad0f2b9e083521b0907f 100644
|
| --- a/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition15.js
|
| +++ b/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition15.js
|
| @@ -104,7 +104,7 @@ function nodecomparedocumentposition15() {
|
|
|
| docFrag = doc.createDocumentFragment();
|
| attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
|
| - attrNode = docElem.setAttributeNodeNS(attr);
|
| + attrNode = docElem.setAttributeNode(attr);
|
| appendedChild = docFrag.appendChild(docElem);
|
| docFragChild = docFrag.firstChild;
|
|
|
|
|