OLD | NEW |
1 Test for http://crbug.com/240722. If the mouse cursor is not visible, existing h
over effects on a parent should be preserved if the child is the currently hover
ed element and is removed from the DOM. Press any key to delete the red div. | 1 Test for http://crbug.com/240722. If the mouse cursor is not visible, existing h
over effects on a parent should be preserved if the child is the currently hover
ed element and is removed from the DOM. Press any key to delete the red div. |
2 | 2 |
3 PASS successfullyParsed is true | 3 PASS successfullyParsed is true |
4 | 4 |
5 TEST COMPLETE | 5 TEST COMPLETE |
6 Mouse is visible, moving it over the red div. | 6 Mouse is visible, moving it over the red div. |
7 PASS blueText is "'Hovered.'" | 7 PASS blueText is "\"Hovered.\"" |
8 PASS redText is "'Hovered.'" | 8 PASS redText is "\"Hovered.\"" |
9 Setting mouse cursor to be invisible. | 9 Setting mouse cursor to be invisible. |
10 PASS blueText is "'Hovered.'" | 10 PASS blueText is "\"Hovered.\"" |
11 PASS redText is "'Hovered.'" | 11 PASS redText is "\"Hovered.\"" |
12 Deleting red div. | 12 Deleting red div. |
13 PASS blueText is "'Hovered.'" | 13 PASS blueText is "\"Hovered.\"" |
14 | 14 |
OLD | NEW |