зеркало из https://github.com/mozilla/gecko-dev.git
c4dc40532e
Automatic update from web-platform-tests Chromedriver] Fix PerformAction to support multi touch points cases (#20276) * Chromedriver] Fix PerformAction to support multi touch points cases For the multiple touch points case, if we have one point move and the other point stay still, such as point 1: pointerdown, pause, pointerup point 2: pointerdown, pointermove, pointerup We should send five touch point events of "pointerdown", "pointerdown", "pointermove", "pointerup", "pointerup" with pointer id 1, 2, 2, 1, 2. Bug: 1020674 Change-Id: I7bdb49b7b37d4f83ef976750e106cbd27afc9e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900632 Reviewed-by: John Chen <johnchen@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#715739} * add expectation data * rename to ini -- wpt-commits: df29f11cf0686caced7f382bcaff059c4dbfc070 wpt-pr: 20276 |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
README.txt | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
README.txt
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff