OLD | NEW |
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 Loading... |
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 |
OLD | NEW |