Index: third_party/WebKit/LayoutTests/fast/dom/MutationObserver/removed-out-of-order-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/MutationObserver/removed-out-of-order-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/MutationObserver/removed-out-of-order-expected.txt |
index 55dfc0126ad8f41192c7a0dda828f4ebedfc2aaf..0dce8bddccfd9f13e11ab46d48360eba86a7973d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/MutationObserver/removed-out-of-order-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/MutationObserver/removed-out-of-order-expected.txt |
@@ -4,13 +4,13 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS mutations.length is 2 |
-PASS mutations[0].addedNodes.length is 1 |
+PASS mutations[0].addedNodes.length is 2 |
PASS mutations[0].removedNodes.length is 0 |
PASS mutations[0].addedNodes[0].tagName is 'B' |
-PASS mutations[1].addedNodes.length is 1 |
+PASS mutations[1].addedNodes.length is 0 |
PASS mutations[1].removedNodes.length is 1 |
PASS mutations[1].removedNodes[0].tagName is 'B' |
-PASS mutations[1].addedNodes[0].tagName is 'I' |
+PASS mutations[1].addedNodes[0] is undefined. |
PASS successfullyParsed is true |
TEST COMPLETE |