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

Side by Side Diff: LayoutTests/fast/dom/MutationObserver/removed-out-of-order-expected.txt

Issue 23483045: Revert "Switch MutationEvents UseCounter to use countDeprecation." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: DOMNodeInserted is deprecated. Use MutationObservers instead.
2 Test MutationEvents interfering with MutationObservers: removing nodes 'out of o rder' 1 Test MutationEvents interfering with MutationObservers: removing nodes 'out of o rder'
3 2
4 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 ".
5 4
6 5
7 PASS mutations.length is 2 6 PASS mutations.length is 2
8 PASS mutations[0].addedNodes.length is 1 7 PASS mutations[0].addedNodes.length is 1
9 PASS mutations[0].removedNodes.length is 0 8 PASS mutations[0].removedNodes.length is 0
10 PASS mutations[0].addedNodes[0].tagName is 'B' 9 PASS mutations[0].addedNodes[0].tagName is 'B'
11 PASS mutations[1].addedNodes.length is 1 10 PASS mutations[1].addedNodes.length is 1
12 PASS mutations[1].removedNodes.length is 1 11 PASS mutations[1].removedNodes.length is 1
13 PASS mutations[1].removedNodes[0].tagName is 'B' 12 PASS mutations[1].removedNodes[0].tagName is 'B'
14 PASS mutations[1].addedNodes[0].tagName is 'I' 13 PASS mutations[1].addedNodes[0].tagName is 'I'
15 PASS successfullyParsed is true 14 PASS successfullyParsed is true
16 15
17 TEST COMPLETE 16 TEST COMPLETE
18 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698