Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
Dtouching.js10 function injectInput(touchDiv) { argument
13 .pointerMove(0, 0, {origin: touchDiv})
21 let touchDiv = document.getElementById("touchDiv");
30 await injectInput(touchDiv);