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

Side by Side Diff: LayoutTests/fast/events/mouse-events-on-node-deletion-expected.txt

Issue 1288483003: Skipping mouseenter/over/out/leave on deleted nodes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
OLDNEW
(Empty)
1 Verifies that mouse events are not fired on deleted nodes (crbug.com/515921)
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 outer received mouseover
7 outer received mouseenter
8 outer received mouseout
9 inner received mouseover
10 inner received mouseenter
11 removed inner
12 outer received mouseover
13 outer received mouseenter
Rick Byers 2015/08/12 22:16:58 Nit: It's this extra mouseenter that's really stil
mustaq 2015/08/13 14:36:32 Done.
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/mouse-events-on-node-deletion.html ('k') | Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698