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 e1d222922d7fecf8aad4c2e3728b065cd437d125..dd7bb463ce4f728f11afb56ad79325ba9e7f779d 100644 |
--- a/LayoutTests/fast/dom/Node/initial-values-expected.txt |
+++ b/LayoutTests/fast/dom/Node/initial-values-expected.txt |
@@ -9,7 +9,6 @@ PASS attr.name is 'foo' |
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.nodeValue is '' |
PASS attr.value is '' |
Attribute creation using createElement on an XHTML doc: |
PASS attr.nodeName is 'foo' |
@@ -17,7 +16,6 @@ PASS attr.name is 'foo' |
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.nodeValue is '' |
PASS attr.value is '' |
PASS comment.nodeName is '#comment' |
PASS comment.localName is null |