Index: LayoutTests/fast/dom/hover-after-dom-delete-invisible-cursor-expected.txt |
diff --git a/LayoutTests/fast/dom/hover-after-dom-delete-invisible-cursor-expected.txt b/LayoutTests/fast/dom/hover-after-dom-delete-invisible-cursor-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3d191e23b40b6dc2d0486f46c9bf2cd3e68b6fc8 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/hover-after-dom-delete-invisible-cursor-expected.txt |
@@ -0,0 +1,13 @@ |
+Blue. |
+Test for http://crbug.com/240722. If the mouse cursor is not visible, no new hover effects should be invoked when the currently hovered node is removed from the DOM. |
+ |
+Mouse is visible, moving it over the red div. |
+PASS redDiv.innerHTML is "Red. Hovered. Keydown to delete." |
+PASS blueDiv.innerHTML is "Blue." |
+Setting the mouse cursor to be invisible. |
+PASS redDiv.innerHTML is "Red. Hovered. Keydown to delete." |
+PASS blueDiv.innerHTML is "Blue." |
+Mouse is invisible, deleting the red div. |
+PASS blueDiv.offsetTop is 50 |
+PASS is |
+ |