Index: LayoutTests/fast/events/touch/touch-pointer-events-expected.txt |
diff --git a/LayoutTests/fast/events/touch/touch-pointer-events-expected.txt b/LayoutTests/fast/events/touch/touch-pointer-events-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..27be0fe7c3b44f6fa6f428a3a42ffc9e50ccb12b |
--- /dev/null |
+++ b/LayoutTests/fast/events/touch/touch-pointer-events-expected.txt |
@@ -0,0 +1,25 @@ |
+Verifies that tapping on an element fires appropriate pointer events. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+--- with preventDefault=false --- |
+-- sending touch to green -- |
+green received touchstart at phase=target |
+lightgreen received touchstart at phase=bubbling |
+grey received touchstart at phase=bubbling |
+green received touchmove at phase=target |
+lightgreen received touchmove at phase=bubbling |
+grey received touchmove at phase=bubbling |
+--- with preventDefault=true --- |
+-- sending touch to green -- |
+green received touchstart at phase=target |
+lightgreen received touchstart at phase=bubbling |
+grey received touchstart at phase=bubbling |
+green received touchmove at phase=target |
+lightgreen received touchmove at phase=bubbling |
+grey received touchmove at phase=bubbling |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |