| Index: LayoutTests/fast/dom/Attr/invalidate-nodelist-after-attr-setvalue-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Attr/invalidate-nodelist-after-attr-setvalue-expected.txt b/LayoutTests/fast/dom/Attr/invalidate-nodelist-after-attr-setvalue-expected.txt
|
| index 0afcb54fe2eae2d8ce7ede000b493e0b3629f899..8a374ca10702a9d4c502b2b55fef74aa934fd32b 100644
|
| --- a/LayoutTests/fast/dom/Attr/invalidate-nodelist-after-attr-setvalue-expected.txt
|
| +++ b/LayoutTests/fast/dom/Attr/invalidate-nodelist-after-attr-setvalue-expected.txt
|
| @@ -1,3 +1,5 @@
|
| +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.
|
| This tests setting the value of an attribute node after caching childNodes of the attribute node.
|
| The cache should be cleared and childNodes[0].data should return the new value.
|
| You should see PASS below:
|
|
|