Index: LayoutTests/fast/dom/serialize-nodes.xhtml |
diff --git a/LayoutTests/fast/dom/serialize-nodes.xhtml b/LayoutTests/fast/dom/serialize-nodes.xhtml |
index ae4791dc8b44d631b4556a66c9d2df4f65d34ee0..6e77e2bc12b35da2d86c6bb84c865f8c0f5eebc3 100644 |
--- a/LayoutTests/fast/dom/serialize-nodes.xhtml |
+++ b/LayoutTests/fast/dom/serialize-nodes.xhtml |
@@ -27,7 +27,7 @@ window.addEventListener("load", function() { |
c.setAttributeNS("urn:foo-ns", "foo:name", "one"); |
c.setAttributeNS("urn:bar-ns", "bar:name", "two"); |
- var attr = d.createAttributeNS(null, "name"); |
+ var attr = d.createAttribute("name"); |
var text = d.createTextNode("three"); |
attr.appendChild(text); |
c.setAttributeNode(attr); |