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

Side by Side Diff: LayoutTests/fast/dom/MutationObserver/parser-mutations-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 PASS mutations.length is 22 1 PASS mutations.length is 22
2 PASS mutations[0].type is "childList" 2 PASS mutations[0].type is "childList"
3 PASS mutations[1].type is "childList" 3 PASS mutations[1].type is "childList"
4 PASS mutations[2].type is "childList" 4 PASS mutations[2].type is "childList"
5 PASS mutations[3].type is "childList" 5 PASS mutations[3].type is "childList"
6 PASS mutations[4].type is "childList" 6 PASS mutations[4].type is "childList"
7 PASS mutations[5].type is "childList" 7 PASS mutations[5].type is "childList"
8 PASS mutations[6].type is "childList" 8 PASS mutations[6].type is "childList"
9 PASS mutations[7].type is "childList" 9 PASS mutations[7].type is "childList"
10 PASS mutations[8].type is "childList" 10 PASS mutations[8].type is "childList"
(...skipping 14 matching lines...) Expand all
25 PASS mutations[1].addedNodes.length is 1 25 PASS mutations[1].addedNodes.length is 1
26 PASS mutations[1].addedNodes[0].tagName is "P" 26 PASS mutations[1].addedNodes[0].tagName is "P"
27 PASS mutations[9].target.tagName is "A" 27 PASS mutations[9].target.tagName is "A"
28 PASS mutations[9].removedNodes[0].tagName is "FIGURE" 28 PASS mutations[9].removedNodes[0].tagName is "FIGURE"
29 PASS mutations[9].removedNodes.length is 1 29 PASS mutations[9].removedNodes.length is 1
30 PASS mutations[9].addedNodes.length is 0 30 PASS mutations[9].addedNodes.length is 0
31 PASS mutations[18].target.tagName is "FIGURE" 31 PASS mutations[18].target.tagName is "FIGURE"
32 PASS mutations[18].addedNodes.length is 1 32 PASS mutations[18].addedNodes.length is 1
33 PASS mutations[18].removedNodes.length is 0 33 PASS mutations[18].removedNodes.length is 0
34 PASS mutations[18].addedNodes[0].tagName is "DIV" 34 PASS mutations[18].addedNodes[0].tagName is "DIV"
35 PASS successfullyParsed is true
36
37 TEST COMPLETE
35 Mutation records should be delivered for all parser mutations after the above sc ript. 38 Mutation records should be delivered for all parser mutations after the above sc ript.
36 39
37 40
38 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698