Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/insertedIntoDocument-child-expected.txt

Issue 1031073003: Deprecate Attr child nodes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 5 years, 9 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/fast/dom/insertedIntoDocument-child-expected.txt
diff --git a/LayoutTests/fast/dom/insertedIntoDocument-child-expected.txt b/LayoutTests/fast/dom/insertedIntoDocument-child-expected.txt
index af659513d86f66a05bcc84ea374e0472d98816df..4986ee5d3ab29f038749b2bf9477e1a360a510a4 100644
--- a/LayoutTests/fast/dom/insertedIntoDocument-child-expected.txt
+++ b/LayoutTests/fast/dom/insertedIntoDocument-child-expected.txt
@@ -1,2 +1,4 @@
+CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, around August 2015. Please use 'Attr.value' instead.
+CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, around August 2015. Please use 'Attr.value' instead.
PASS

Powered by Google App Engine