Sign in
webkit
/
WebKit
/
7602bc36d4d07d8b8526d50ac38fa30a37d6108a
/
.
/
LayoutTests
/
fast
/
events
/
touch
/
moved-touch-target-expected.txt
blob: 499e135313b4bfaa3e9540e1eb239d8f638ebbb9 [
file
] [
log
] [
blame
]
Should see two touches. The first should be at 20,20
[TouchEvent X: 20 Y: 20]
Now move the element from one parent to another. Second touch should be at 110,20
[TouchEvent X: 110 Y: 20]
PASSED