| Index: LayoutTests/fast/dom/Node/script-tests/initial-values.js
|
| diff --git a/LayoutTests/fast/dom/Node/script-tests/initial-values.js b/LayoutTests/fast/dom/Node/script-tests/initial-values.js
|
| index 3430aaaaab1521732a93ac9d679e3e8abb2f7b1e..cfcd9a2b98c652501f7240b22de65826a68d12bf 100644
|
| --- a/LayoutTests/fast/dom/Node/script-tests/initial-values.js
|
| +++ b/LayoutTests/fast/dom/Node/script-tests/initial-values.js
|
| @@ -11,7 +11,6 @@ shouldBe("attr.name", "'foo'");
|
| shouldBe("attr.localName", "null");
|
| shouldBe("attr.namespaceURI", "null");
|
| shouldBe("attr.prefix", "null");
|
| -shouldBe("attr.nodeValue", "''");
|
| shouldBe("attr.value", "''");
|
|
|
| debug("Attribute creation using createElement on an XHTML doc:")
|
| @@ -23,7 +22,6 @@ shouldBe("attr.name", "'foo'");
|
| shouldBe("attr.localName", "null");
|
| shouldBe("attr.namespaceURI", "null");
|
| shouldBe("attr.prefix", "null");
|
| -shouldBe("attr.nodeValue", "''");
|
| shouldBe("attr.value", "''");
|
|
|
| var comment = document.createComment("foo");
|
|
|