Index: LayoutTests/fast/dom/MutationObserver/observe-attributes-expected.txt |
diff --git a/LayoutTests/fast/dom/MutationObserver/observe-attributes-expected.txt b/LayoutTests/fast/dom/MutationObserver/observe-attributes-expected.txt |
index 508749d49bd654dcf946f0f7714da8cb615832ab..cb949aa33add2c0d668a12b201b539b56bcc7dbf 100644 |
--- a/LayoutTests/fast/dom/MutationObserver/observe-attributes-expected.txt |
+++ b/LayoutTests/fast/dom/MutationObserver/observe-attributes-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. |
Test WebKitMutationObserver.observe on attributes |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -191,13 +190,6 @@ PASS mutations[0].type is "attributes" |
PASS mutations[0].attributeName is "data-test" |
PASS mutations[0].oldValue is "foo" |
-Test that mutating an attribute by attaching a child to an attr node delivers mutation records |
-PASS mutations.length is 1 |
-PASS mutations[0].target is div |
-PASS mutations[0].type is "attributes" |
-PASS mutations[0].attributeName is "data-test" |
-PASS mutations[0].oldValue is "foo" |
- |
Test that mutating via setAttributeNode delivers mutation records |
PASS mutations.length is 3 |
PASS mutations[0].target is div |