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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html

Issue 1815683002: Add pointer transition events to the touch test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
index 9b104dd59bdf1b0ae52663b44a3e085e96a214ef..7ab34becb5c7f89bafbab6b423efd93c17ad4714 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
@@ -21,7 +21,7 @@ description("Verifies that pointercancel events are fired correctly on touch.");
var eventToPreventDefault = "";
function init() {
- var eventList = ["pointerdown", "pointerup", "pointermove", "pointercancel",
+ var eventList = ["pointerdown", "pointerup", "pointermove", "pointercancel", "pointerover", "pointerenter", "pointerout", "pointerleave",
"touchstart", "touchend", "touchmove", "touchcancel"];
eventList.forEach(function(eventName) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698