| OLD | NEW |
| 1 | 1 |
| 2 Tests that the mouse event is fired when the mouse pointer stays in document but
there is no element | 2 Tests that the mouse event is fired when the mouse pointer stays in document but
there is no element |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 PASS targets[6] is "#document" | 29 PASS targets[6] is "#document" |
| 30 PASS events[7] is "mouseout" | 30 PASS events[7] is "mouseout" |
| 31 PASS targets[7] is "BODY" | 31 PASS targets[7] is "BODY" |
| 32 PASS events[8] is "mouseout" | 32 PASS events[8] is "mouseout" |
| 33 PASS targets[8] is "#document" | 33 PASS targets[8] is "#document" |
| 34 PASS events[9] is "mouseenter" | 34 PASS events[9] is "mouseenter" |
| 35 PASS targets[9] is "#document" | 35 PASS targets[9] is "#document" |
| 36 PASS events[10] is "mouseleave" | 36 PASS events[10] is "mouseleave" |
| 37 PASS targets[10] is "#document" | 37 PASS targets[10] is "#document" |
| 38 PASS events[11] is "mouseenter" | 38 PASS events[11] is "mouseenter" |
| 39 PASS targets[11] is "BODY" | 39 PASS targets[11] is "#document" |
| 40 PASS events[12] is "mouseenter" | 40 PASS events[12] is "mouseenter" |
| 41 PASS targets[12] is "#document" | 41 PASS targets[12] is "BODY" |
| 42 PASS events[13] is "mouseleave" | 42 PASS events[13] is "mouseleave" |
| 43 PASS targets[13] is "BODY" | 43 PASS targets[13] is "BODY" |
| 44 PASS events[14] is "mouseleave" | 44 PASS events[14] is "mouseleave" |
| 45 PASS targets[14] is "#document" | 45 PASS targets[14] is "#document" |
| 46 PASS successfullyParsed is true | 46 PASS successfullyParsed is true |
| 47 | 47 |
| 48 TEST COMPLETE | 48 TEST COMPLETE |
| 49 | 49 |
| OLD | NEW |