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

Unified Diff: LayoutTests/fast/dom/attribute-empty-value-no-children-expected.txt

Issue 1158433004: Remove Attr child nodes (making Attr a Node, not a ContainerNode) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 5 years, 7 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/attribute-empty-value-no-children-expected.txt
diff --git a/LayoutTests/fast/dom/attribute-empty-value-no-children-expected.txt b/LayoutTests/fast/dom/attribute-empty-value-no-children-expected.txt
index 07228ca714e85a39b66990ea64f7873ca3dc85c1..3c618f1c1d912548a04f16db3f2ac692629061a5 100644
--- a/LayoutTests/fast/dom/attribute-empty-value-no-children-expected.txt
+++ b/LayoutTests/fast/dom/attribute-empty-value-no-children-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, around August 2015. Please use 'Attr.value' instead.
Attr empty value tests Bug 16923
In Opera, Firefox and IE, when an Attr's value is an empty string, the Attr node won't have any childNodes. The following 12 tests will see if this is true for WebKit for both parsed and dynamically-created Attr nodes. The tests use multiple methods of changing the Attr's value and even test reverting from a non-empty value to an empty one to check that all childNodes were removed. Some of the tests make use of .textContent, so this test is not compatible with IE. Opera and Firefox both completely pass this test.

Powered by Google App Engine
This is Rietveld 408576698