Index: LayoutTests/fast/dom/Node/initial-values-expected.txt |
diff --git a/LayoutTests/fast/dom/Node/initial-values-expected.txt b/LayoutTests/fast/dom/Node/initial-values-expected.txt |
index dd7bb463ce4f728f11afb56ad79325ba9e7f779d..f52f0ba8c7322aec20e93dc538512b1790021d28 100644 |
--- a/LayoutTests/fast/dom/Node/initial-values-expected.txt |
+++ b/LayoutTests/fast/dom/Node/initial-values-expected.txt |
@@ -10,6 +10,14 @@ FAIL attr.localName should be null (of type object). Was foo (of type string). |
PASS attr.namespaceURI is null |
PASS attr.prefix is null |
PASS attr.value is '' |
+Attribute creation using createElementNS on an HTML doc: |
+PASS attr.nodeName is 'example:foo' |
+PASS attr.name is 'example:foo' |
+PASS attr.localName is 'foo' |
+PASS attr.namespaceURI is 'http://www.example.com' |
+PASS attr.prefix is 'example' |
+PASS attr.nodeValue is '' |
+PASS attr.value is '' |
Attribute creation using createElement on an XHTML doc: |
PASS attr.nodeName is 'foo' |
PASS attr.name is 'foo' |
@@ -17,6 +25,14 @@ FAIL attr.localName should be null (of type object). Was foo (of type string). |
PASS attr.namespaceURI is null |
PASS attr.prefix is null |
PASS attr.value is '' |
+Attribute creation using createElementNS on an XHTML doc: |
+PASS attr.nodeName is 'example:foo' |
+PASS attr.name is 'example:foo' |
+PASS attr.localName is 'foo' |
+PASS attr.namespaceURI is 'http://www.example.com' |
+PASS attr.prefix is 'example' |
+PASS attr.nodeValue is '' |
+PASS attr.value is '' |
PASS comment.nodeName is '#comment' |
PASS comment.localName is null |
PASS comment.namespaceURI is null |