| Index: LayoutTests/dom/xhtml/level3/core/attrisid06.js
|
| diff --git a/LayoutTests/dom/xhtml/level3/core/attrisid06.js b/LayoutTests/dom/xhtml/level3/core/attrisid06.js
|
| index f699e343943e95cffbcf734954178390922326a3..7ca4f6455a1636783b1a23c83307870e4ace7f4b 100644
|
| --- a/LayoutTests/dom/xhtml/level3/core/attrisid06.js
|
| +++ b/LayoutTests/dom/xhtml/level3/core/attrisid06.js
|
| @@ -93,7 +93,7 @@ function attrisid06() {
|
| docRef = this.doc;
|
| }
|
| doc = load(docRef, "doc", "hc_staff");
|
| - attr = doc.createAttribute("xml:lang");
|
| + attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
|
| id = attr.isId;
|
|
|
| assertFalse("AttrIsIDFalse06",id);
|
|
|