Sign in
webkit
/
WebKit
/
7a2f3f50b83583acd60082111d0e9c7f59fe5a6d
/
.
/
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