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 3c618f1c1d912548a04f16db3f2ac692629061a5..07228ca714e85a39b66990ea64f7873ca3dc85c1 100644 |
--- a/LayoutTests/fast/dom/attribute-empty-value-no-children-expected.txt |
+++ b/LayoutTests/fast/dom/attribute-empty-value-no-children-expected.txt |
@@ -1,3 +1,4 @@ |
+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. |