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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test MutationEvents interfering with MutationObservers: removing nodes 'out of o rder' 1 Test MutationEvents interfering with MutationObservers: removing nodes 'out of o rder'
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS mutations.length is 2 6 PASS mutations.length is 2
7 PASS mutations[0].addedNodes.length is 1 7 PASS mutations[0].addedNodes.length is 2
8 PASS mutations[0].removedNodes.length is 0 8 PASS mutations[0].removedNodes.length is 0
9 PASS mutations[0].addedNodes[0].tagName is 'B' 9 PASS mutations[0].addedNodes[0].tagName is 'B'
10 PASS mutations[1].addedNodes.length is 1 10 PASS mutations[1].addedNodes.length is 0
11 PASS mutations[1].removedNodes.length is 1 11 PASS mutations[1].removedNodes.length is 1
12 PASS mutations[1].removedNodes[0].tagName is 'B' 12 PASS mutations[1].removedNodes[0].tagName is 'B'
13 PASS mutations[1].addedNodes[0].tagName is 'I' 13 PASS mutations[1].addedNodes[0] is undefined.
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698