Index: LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt |
diff --git a/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt b/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt |
index 5b309739b26284c53fdc3141df7c9fd5d314f3e0..203ce97adec86e450981fcd5c5f3e57c7fc56b58 100644 |
--- a/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt |
+++ b/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt |
@@ -65,6 +65,13 @@ Received touchstart, touchIds=3 |
Received touchmove, touchIds=0123 |
Received touchend, touchIds=0123 |
+--- multi cancel tests --- |
+ |
+Received touchstart, touchIds=012 |
+Received touchcancel, touchIds=2 |
+Received touchmove, touchIds=01 |
+Received touchcancel, touchIds=01 |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |