Index: LayoutTests/dom/xhtml/level3/core/documentrenamenode22.js |
diff --git a/LayoutTests/dom/xhtml/level3/core/documentrenamenode22.js b/LayoutTests/dom/xhtml/level3/core/documentrenamenode22.js |
index aef047448e1f8c95437879734d6bf6e2dede5c46..f24c854227654b9163a706be87e1cfd68ecb8d32 100644 |
--- a/LayoutTests/dom/xhtml/level3/core/documentrenamenode22.js |
+++ b/LayoutTests/dom/xhtml/level3/core/documentrenamenode22.js |
@@ -95,7 +95,7 @@ function documentrenamenode22() { |
docRef = this.doc; |
} |
doc = load(docRef, "doc", "hc_staff"); |
- attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang"); |
+ attr = doc.createAttribute("xml:lang"); |
{ |
success = false; |