| OLD | NEW |
| (Empty) |
| 1 Verify that notifications for multiple targets are sorted by the order in which
observe() was called on each target. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS entries.length is 0 | |
| 7 PASS entries.length is 1 | |
| 8 PASS entries[0].target.id is "target1" | |
| 9 PASS entries.length is 3 | |
| 10 PASS entries[1].target.id is "target2" | |
| 11 PASS entries[2].target.id is "target3" | |
| 12 PASS entries.length is 6 | |
| 13 PASS entries[3].target.id is "target1" | |
| 14 PASS entries[4].target.id is "target2" | |
| 15 PASS entries[5].target.id is "target3" | |
| 16 PASS successfullyParsed is true | |
| 17 | |
| 18 TEST COMPLETE | |
| 19 | |
| OLD | NEW |