Home
last modified time | relevance | path

Searched refs:emptyTouch (Results 1 – 2 of 2) sorted by relevance

/external/webkit/LayoutTests/fast/events/touch/
Ddocument-create-touch-expected.txt14 PASS emptyTouch is non-null.
15 PASS emptyTouch.target is null
16 PASS emptyTouch.identifier is 0
17 PASS emptyTouch.pageX is 0
18 PASS emptyTouch.pageY is 0
19 PASS emptyTouch.screenX is 0
20 PASS emptyTouch.screenY is 0
/external/webkit/LayoutTests/fast/events/touch/script-tests/
Ddocument-create-touch.js21 var emptyTouch = document.createTouch(); variable