Index: LayoutTests/fast/events/mouseenter-mouseleave-chained-listeners-expected.txt |
diff --git a/LayoutTests/fast/events/mouseenter-mouseleave-chained-listeners-expected.txt b/LayoutTests/fast/events/mouseenter-mouseleave-chained-listeners-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9251d5e23d8b3531d3bde7cf739e94ea6b8512f4 |
--- /dev/null |
+++ b/LayoutTests/fast/events/mouseenter-mouseleave-chained-listeners-expected.txt |
@@ -0,0 +1,17 @@ |
+// Entering #inner1 |
+mouseenter (at target) on inner1 |
+mouseenter (at target) on outer |
+mouseover (at target) on inner1 |
+mouseover (bubbling) on inner1 |
+// Entering #outer and #inner2 |
+mouseleave (at target) on inner1 |
+// Setting capturing mouseenter handler on #outer from #inner1's mouseleave handler. |
+mouseenter (capturing) on inner2 |
+mouseout (at target) on inner1 |
+mouseout (bubbling) on inner1 |
+mouseover (at target) on inner2 |
+mouseover (bubbling) on inner2 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |