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

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
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..c053c97bf07c30146036265959e56ae995e2e238
--- /dev/null
+++ b/LayoutTests/fast/events/mouse-events-on-node-deletion-expected.txt
@@ -0,0 +1,19 @@
+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
+TODO(crbug.com/276329): We are missing a mouseout here!
+TODO(crbug.com/276329): We are missing a mouseleave here!
+outer received mouseover
+outer received mouseenter
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/mouse-events-on-node-deletion.html ('k') | LayoutTests/fast/events/mouseout-dead-node-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698