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 f1b46cde6a5845e59e6b8216e7bd5f9eef096dbc..28c20bb27b86f948a52fab1487284416b5ab7667 100644 |
--- a/LayoutTests/fast/dom/Node/initial-values-expected.txt |
+++ b/LayoutTests/fast/dom/Node/initial-values-expected.txt |
@@ -11,14 +11,6 @@ PASS attr.namespaceURI is null |
PASS attr.prefix is null |
PASS attr.nodeValue is '' |
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' |
@@ -27,14 +19,6 @@ PASS attr.namespaceURI is null |
PASS attr.prefix is null |
PASS attr.nodeValue is '' |
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 |