OLD | NEW |
(Empty) | |
| 1 Blue. |
| 2 Test for http://crbug.com/240722. If the mouse cursor is not visible, no new hov
er effects should be invoked when the currently hovered node is removed from the
DOM. |
| 3 |
| 4 Mouse is visible, moving it over the red div. |
| 5 PASS redDiv.innerHTML is "Red. Hovered. Keydown to delete." |
| 6 PASS blueDiv.innerHTML is "Blue." |
| 7 Setting the mouse cursor to be invisible. |
| 8 PASS redDiv.innerHTML is "Red. Hovered. Keydown to delete." |
| 9 PASS blueDiv.innerHTML is "Blue." |
| 10 Mouse is invisible, deleting the red div. |
| 11 PASS blueDiv.offsetTop is 50 |
| 12 PASS is |
| 13 |
OLD | NEW |