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

Side by Side Diff: LayoutTests/fast/dom/hover-after-dom-delete-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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698