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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events-between-frames-expected.txt

Issue 1170513002: Update the mouse events on tapping of gesture across frames (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/touch/gesture/gesture-tap-mouse-events-between-frames-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events-between-frames-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events-between-frames-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..deb0ec959024d7286db47159cc5f14bed54e3708
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events-between-frames-expected.txt
@@ -0,0 +1,38 @@
+
+Verifies that mouse events are fired on tapping of gesture across frames in the correct order.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+--- Tap tests ---
+-- sending gestureTap to green --
+PASS fired event is (green, mouseover).
+PASS fired event is (lightgreen, mouseover).
+PASS fired event is (lightgreen, mouseenter).
+PASS fired event is (green, mouseenter).
+-- sending gestureTap to green --
+There should not be any mouse event.
+-- sending gestureTap to deeppink --
+PASS fired event is (green, mouseout).
+PASS fired event is (lightgreen, mouseout).
+PASS fired event is (green, mouseleave).
+PASS fired event is (lightgreen, mouseleave).
+PASS fired event is (deeppink, mouseover).
+PASS fired event is (lightpink, mouseover).
+PASS fired event is (lightpink, mouseenter).
+PASS fired event is (deeppink, mouseenter).
+-- sending gestureTap to deeppink --
+There should not be any mouse event.
+-- sending gestureTap to green --
+PASS fired event is (deeppink, mouseout).
+PASS fired event is (lightpink, mouseout).
+PASS fired event is (deeppink, mouseleave).
+PASS fired event is (lightpink, mouseleave).
+PASS fired event is (green, mouseover).
+PASS fired event is (lightgreen, mouseover).
+PASS fired event is (lightgreen, mouseenter).
+PASS fired event is (green, mouseenter).
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698