Chromium Code Reviews

Unified Diff: LayoutTests/dom/html/level1/core/hc_attrremovechild1-expected.txt

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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/dom/html/level1/core/hc_attrremovechild1-expected.txt
diff --git a/LayoutTests/dom/html/level1/core/hc_attrremovechild1-expected.txt b/LayoutTests/dom/html/level1/core/hc_attrremovechild1-expected.txt
index eb15e21d85444b9bad34544bd01a419fe1cc5d56..64a605deb109984dcd1d3f14166aed4d685492d9 100644
--- a/LayoutTests/dom/html/level1/core/hc_attrremovechild1-expected.txt
+++ b/LayoutTests/dom/html/level1/core/hc_attrremovechild1-expected.txt
@@ -1,2 +1,3 @@
+CONSOLE WARNING: 'Attr.nodeValue' is deprecated. Please use 'value' instead.
Test: http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrremovechild1
Status: Success

Powered by Google App Engine