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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/mouse-events-on-node-deletion-expected.txt
diff --git a/LayoutTests/fast/events/mouse-events-on-node-deletion-expected.txt b/LayoutTests/fast/events/mouse-events-on-node-deletion-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b3529404a2757cdd42f6ae169294e823ef3a88de
--- /dev/null
+++ b/LayoutTests/fast/events/mouse-events-on-node-deletion-expected.txt
@@ -0,0 +1,17 @@
+Verifies that mouse events are not fired on deleted nodes (crbug.com/515921)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+outer received mouseover
+outer received mouseenter
+outer received mouseout
+inner received mouseover
+inner received mouseenter
+removed inner
+outer received mouseover
+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.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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