Index: LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt |
diff --git a/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt b/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt |
index 55055382a9e5d752ee063221aeca384a916348df..8ce7a45fc1cc9480c1678bfb2cc0cb838f1fbe05 100644 |
--- a/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt |
+++ b/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt |
@@ -118,6 +118,21 @@ Received touchstart, touchIds=3 |
Received touchmove, touchIds=0123 |
Received touchend, touchIds=0123 |
+--- multi cancel tests --- |
+ |
+Received pointerdown, pointerId=0 |
+Received pointerdown, pointerId=1 |
+Received pointerdown, pointerId=2 |
+Received touchstart, touchIds=012 |
+Received pointercancel, pointerId=2 |
+Received touchcancel, touchIds=2 |
+Received pointermove, pointerId=0 |
+Received pointermove, pointerId=1 |
+Received touchmove, touchIds=01 |
+Received pointercancel, pointerId=0 |
+Received pointercancel, pointerId=1 |
+Received touchcancel, touchIds=01 |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |