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

Side by Side Diff: LayoutTests/fast/dom/MutationObserver/added-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: DOMNodeRemoved is deprecated. Use MutationObservers instead.
2 Test MutationEvents interfering with MutationObservers: adding nodes 'out of ord er' 1 Test MutationEvents interfering with MutationObservers: adding nodes 'out of ord er'
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 3 6 PASS mutations.length is 3
8 PASS mutations[0].addedNodes.length is 0 7 PASS mutations[0].addedNodes.length is 0
9 PASS mutations[0].removedNodes.length is 1 8 PASS mutations[0].removedNodes.length is 1
10 PASS mutations[0].removedNodes[0].tagName is 'SPAN' 9 PASS mutations[0].removedNodes[0].tagName is 'SPAN'
11 PASS mutations[1].addedNodes.length is 1 10 PASS mutations[1].addedNodes.length is 1
12 PASS mutations[1].removedNodes.length is 0 11 PASS mutations[1].removedNodes.length is 0
13 PASS mutations[1].addedNodes[0].tagName is 'DIV' 12 PASS mutations[1].addedNodes[0].tagName is 'DIV'
14 PASS mutations[2].addedNodes.length is 1 13 PASS mutations[2].addedNodes.length is 1
15 PASS mutations[2].removedNodes.length is 0 14 PASS mutations[2].removedNodes.length is 0
16 PASS mutations[2].addedNodes[0].nodeValue is 'hello world' 15 PASS mutations[2].addedNodes[0].nodeValue is 'hello world'
17 PASS successfullyParsed is true 16 PASS successfullyParsed is true
18 17
19 TEST COMPLETE 18 TEST COMPLETE
20 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698