OLD | NEW |
1 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. Press any key to delete the red div. | 1 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. 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 Adding the red and blue divs. | 6 Adding the red and blue divs. |
7 PASS blueDiv.offsetTop is 200 | 7 PASS blueDiv.offsetTop is 200 |
8 PASS redDiv.offsetTop is 50 | 8 PASS redDiv.offsetTop is 50 |
9 Mouse is visible, moving it over the red div. | 9 Mouse is visible, moving it over the red div. |
10 PASS redDiv.innerHTML is "Red hovered." | 10 PASS redDiv.innerHTML is "Red hovered." |
11 PASS blueDiv.innerHTML is "" | 11 PASS blueDiv.innerHTML is "" |
12 Mouse is visible, deleting the red div. | 12 Mouse is visible, deleting the red div. |
13 PASS blueDiv.offsetTop is 50 | 13 PASS blueDiv.offsetTop is 50 |
14 PASS blueText is "'Hovered.'" | 14 PASS blueText is "\"Hovered.\"" |
15 Adding the red and blue divs. | 15 Adding the red and blue divs. |
16 PASS blueDiv.offsetTop is 200 | 16 PASS blueDiv.offsetTop is 200 |
17 PASS redDiv.offsetTop is 50 | 17 PASS redDiv.offsetTop is 50 |
18 Mouse is visible, moving it over the red div. | 18 Mouse is visible, moving it over the red div. |
19 PASS redDiv.innerHTML is "Red hovered." | 19 PASS redDiv.innerHTML is "Red hovered." |
20 PASS blueDiv.innerHTML is "" | 20 PASS blueDiv.innerHTML is "" |
21 Setting the mouse cursor to be invisible. | 21 Setting the mouse cursor to be invisible. |
22 PASS redDiv.innerHTML is "Red hovered." | 22 PASS redDiv.innerHTML is "Red hovered." |
23 PASS blueDiv.innerHTML is "" | 23 PASS blueDiv.innerHTML is "" |
24 Mouse is invisible, deleting the red div. | 24 Mouse is invisible, deleting the red div. |
25 PASS blueDiv.offsetTop is 50 | 25 PASS blueDiv.offsetTop is 50 |
26 PASS blueText is "" | 26 PASS blueText is "" |
27 | 27 |
OLD | NEW |