Home
last modified time | relevance | path

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

/external/webkit/LayoutTests/fast/events/touch/
Ddocument-create-touch-expected.txt21 PASS badParamsTouch is non-null.
22 PASS badParamsTouch.target is null
23 PASS badParamsTouch.identifier is 0
24 PASS badParamsTouch.pageX is 0
25 PASS badParamsTouch.pageY is 0
26 PASS badParamsTouch.screenX is 0
27 PASS badParamsTouch.screenY is 104
/external/webkit/LayoutTests/fast/events/touch/script-tests/
Ddocument-create-touch.js31 var badParamsTouch = document.createTouch(function(x) { return x; }, 12, 'a', 'b', 'c', function(x)… variable