| OLD | NEW |
| (Empty) |
| 1 // Entering #inner1 | |
| 2 mouseenter (at target) on inner1 | |
| 3 mouseenter (at target) on outer | |
| 4 mouseover (at target) on inner1 | |
| 5 mouseover (bubbling) on inner1 | |
| 6 // Entering #outer and #inner2 | |
| 7 mouseleave (at target) on inner1 | |
| 8 // Setting capturing mouseenter handler on #outer from #inner1's mouseleave hand
ler. | |
| 9 mouseenter (capturing) on inner2 | |
| 10 mouseout (at target) on inner1 | |
| 11 mouseout (bubbling) on inner1 | |
| 12 mouseover (at target) on inner2 | |
| 13 mouseover (bubbling) on inner2 | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |