gecko-dev/testing
Blink WPT Bot c4dc40532e Bug 1596865 [wpt PR 20276] - Chromedriver] Fix PerformAction to support multi touch points cases, a=testonly
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
2019-11-29 10:57:03 +00:00
..
awsy Bug 1599495 - Fission preferences have additional quotation marks r=perftest-reviewers,rwood,stephendonner 2019-11-28 08:56:40 +00:00
condprofile Bug 1583197. Rename 'cold' conditioned profile to 'settled'. r=tarek 2019-11-26 09:06:32 +00:00
config
crashtest
extensions
firefox-ui
geckodriver Bug 1598971 - codespell: Fix typos in the doc r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,ato 2019-11-25 10:06:12 +00:00
gtest Bug 1590354 - Remove checks for remote minidumps directory; r=jmaher 2019-11-26 16:38:44 +00:00
jsshell
marionette Bug 1598279 - Update docs of format.js to reflect in documentation. r=whimboo,marionette-reviewers 2019-11-27 09:46:58 +00:00
mochitest Backed out 4 changesets (bug 1589493) for chrome failures at dom/ipc/tests/test_process_error_oom.xu on a CLOSED TREE 2019-11-28 18:01:54 +02:00
modules Bug 1595285 - Fix TestUtils.waitForCondition to not use setInterval. r=mak 2019-11-13 18:24:02 +00:00
mozbase Bug 1428718 - make moztest syntax python3 compatible r=gbrown,mozbase 2019-11-27 21:12:18 +00:00
mozharness Bug 1598436 - add ESR bouncer checks to cron, r=aki 2019-11-27 02:53:21 +00:00
profiles Bug 1593843 - part6 : add a static pref to control this feature. r=bryce 2019-11-25 11:00:14 +00:00
raptor Bug 1530350 - Update Raptor unit tests so disabling a subtest doesn't cause a unit test failure r=perftest-reviewers,Bebe 2019-11-28 09:07:49 +00:00
runtimes Bug 1583364 - Update testing/runtimes/writeruntimes script to write info at the manifest level, r=gbrown 2019-11-23 05:29:35 +00:00
specialpowers Bug 1599304: Make SpecialPowers.Focus check for availability of this.manager.rootFrameLoader before dereferencing it. r=kmag 2019-11-26 22:31:20 +00:00
talos Bug 1589320 - Use inspectNode to open the toolbox in custom.inspector DAMP test r=ochameau,rcaliman 2019-11-27 08:44:34 +00:00
tools Bug 1596590 - remove unnecessary psutil 5.4.3 specification from desktop_unittest.py r=gbrown 2019-11-16 04:58:02 +00:00
tps
web-platform Bug 1596865 [wpt PR 20276] - Chromedriver] Fix PerformAction to support multi touch points cases, a=testonly 2019-11-29 10:57:03 +00:00
webdriver
xpcshell Bug 1598737 - Retry get_prop for xpcshell abi; r=jmaher 2019-11-25 18:50:49 +00:00
README.txt
addtest.py Bug 1597129 - fix newline usage for manifest writing in mach addtest, r=ahal 2019-11-18 21:12:22 +00:00
cppunittest.ini
mach_commands.py Bug 1590857 - Don't prompt to install Android app if the user is running 'mach install'. r=gbrown 2019-11-25 22:17:59 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00

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