Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt

Issue 16285002: Do not invoke or clear hover effects on node deletion when cursor is invisible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for review Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt
diff --git a/LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt b/LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..58fef8c0b28ec6c15adcd040ce657ad115e25bd6
--- /dev/null
+++ b/LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt
@@ -0,0 +1,12 @@
+Blue.
+Test for http://crbug.com/240722. If the mouse cursor is not visible, existing hover effects on a parent should be preserved if the child is the currently hovered element and is removed from the DOM.
+
+Mouse is visible, moving it over the red div.
+PASS ' Hovered.' is " Hovered."
+PASS ' Hovered.' is " Hovered."
+Setting mouse cursor to be invisible.
+PASS ' Hovered.' is " Hovered."
+PASS ' Hovered.' is " Hovered."
+Deleting red div.
+PASS ' Hovered.' is " Hovered."
+

Powered by Google App Engine
This is Rietveld 408576698