| OLD | NEW |
| 1 TOP | 1 TOP |
| 2 | 2 |
| 3 Tests that hover is lost from iframe when the mouse is moved from iframe to the
element that stacked up on iframe | 3 Tests that hover is lost from iframe when the mouse is moved from iframe to the
element that stacked up on iframe |
| 4 | 4 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 6 |
| 7 | 7 |
| 8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 9 | 9 |
| 10 TEST COMPLETE | 10 TEST COMPLETE |
| 11 PASS hoverBgColor is "rgb(255, 0, 0)" | 11 PASS hoverBgColor is "rgb(255, 0, 0)" |
| 12 | 12 |
| 13 PASS events[0] is "mouseenter" | 13 PASS events[0] is "mouseenter" |
| 14 PASS targetIds[0] is "target" | 14 PASS targetIds[0] is "target" |
| 15 | 15 |
| 16 PASS events[1] is "mousemove" | 16 PASS events[1] is "mousemove" |
| 17 PASS targetIds[1] is "target" | 17 PASS targetIds[1] is "target" |
| 18 | 18 |
| 19 PASS bgColor is "rgb(255, 255, 0)" | 19 PASS bgColor is "rgb(255, 255, 0)" |
| 20 | 20 |
| 21 PASS events[2] is "mouseleave" | 21 FAIL events[2] should be mouseleave. Was mouseout. |
| 22 PASS targetIds[2] is "target" | 22 PASS targetIds[2] is "target" |
| 23 | 23 |
| 24 PASS events[3] is "mouseout" | 24 FAIL events[3] should be mouseout. Was mouseleave. |
| 25 PASS targetIds[3] is "target" | 25 PASS targetIds[3] is "target" |
| 26 | 26 |
| 27 | 27 |
| OLD | NEW |