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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-preventdefault-expected.txt

Issue 1391393002: Fire pointerup/down events for corresponding mouse events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipped the failing test. Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-preventdefault-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-preventdefault-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-preventdefault-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..049a0d07c5d777fa7a0ba449fd0d2f933331e5a8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-preventdefault-expected.txt
@@ -0,0 +1,107 @@
+Verifies the effect of pointer event prevent-default on following pointer & mouse events.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+--- test with preventDefault on none ---
+- start with mouse outside target -
+- move into target & click -
+1. target received mouseover
+2. target received mouseenter
+3. target received mousedown
+4. target received mouseup
+- drag & release within target -
+5. target received mousedown
+6. target received mouseup
+- move outside target again -
+7. target received mouseout
+8. target received mouseleave
+
+--- test with preventDefault on pointerdown ---
+- start with mouse outside target -
+- move into target & click -
+1. target received mouseover
+2. target received mouseenter
+3. target received mousedown
+4. target received mouseup
+- drag & release within target -
+5. target received mousedown
+6. target received mouseup
+- move outside target again -
+7. target received mouseout
+8. target received mouseleave
+
+--- test with preventDefault on pointerup ---
+- start with mouse outside target -
+- move into target & click -
+1. target received mouseover
+2. target received mouseenter
+3. target received mousedown
+4. target received mouseup
+- drag & release within target -
+5. target received mousedown
+6. target received mouseup
+- move outside target again -
+7. target received mouseout
+8. target received mouseleave
+
+--- test with preventDefault on pointerenter ---
+- start with mouse outside target -
+- move into target & click -
+1. target received mouseover
+2. target received mouseenter
+3. target received mousedown
+4. target received mouseup
+- drag & release within target -
+5. target received mousedown
+6. target received mouseup
+- move outside target again -
+7. target received mouseout
+8. target received mouseleave
+
+--- test with preventDefault on pointerleave ---
+- start with mouse outside target -
+- move into target & click -
+1. target received mouseover
+2. target received mouseenter
+3. target received mousedown
+4. target received mouseup
+- drag & release within target -
+5. target received mousedown
+6. target received mouseup
+- move outside target again -
+7. target received mouseout
+8. target received mouseleave
+
+--- test with preventDefault on pointerover ---
+- start with mouse outside target -
+- move into target & click -
+1. target received mouseover
+2. target received mouseenter
+3. target received mousedown
+4. target received mouseup
+- drag & release within target -
+5. target received mousedown
+6. target received mouseup
+- move outside target again -
+7. target received mouseout
+8. target received mouseleave
+
+--- test with preventDefault on pointerout ---
+- start with mouse outside target -
+- move into target & click -
+1. target received mouseover
+2. target received mouseenter
+3. target received mousedown
+4. target received mouseup
+- drag & release within target -
+5. target received mousedown
+6. target received mouseup
+- move outside target again -
+7. target received mouseout
+8. target received mouseleave
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698