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

Unified Diff: LayoutTests/fast/events/mouseenter-mouseleave-chained-listeners-expected.txt

Issue 18836002: Implement 'mouseenter' and 'mouseleave' from DOM Level 3 Events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attribute tests. Created 7 years, 5 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/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
+

Powered by Google App Engine
This is Rietveld 408576698