Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: LayoutTests/fast/dom/Node/script-tests/initial-values.js

Issue 253843002: Deprecate Attr.nodeValue / Attr.textContent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline more tests Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
« no previous file with comments | « LayoutTests/fast/dom/Node/initial-values-expected.txt ('k') | LayoutTests/fast/dom/attribute-empty-value-no-children.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698