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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/MutationObserver/removed-out-of-order-expected.txt

Issue 2306323002: Change the timing of event dispatching and <script> execution in Node::appendChild, insertBefore,... (Closed)
Patch Set: Created 4 years, 3 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: 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

Powered by Google App Engine
This is Rietveld 408576698