Add a WPT test to verify the mouse click count in infrastructure/ #26480
+58
−0
Conversation
The review process for this patch is being conducted in the Chromium project. |
f0fce92
to
e8b1bb9
We should have a WPT test to verify the mouse click count, such as double click and triple click. For the click count is greater than 3, we should increase it when the OS is Windows and Mac, reset to 1 otherwise. Also reset the mouse click count, if the mouse moves to a different locations. Bug: 1119679 Change-Id: I755c1f49a470598391440802e2ad62817a958777 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515882 Reviewed-by: Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#830279}
e8b1bb9
to
7399bd4
Looks like this failed on Firefox: https://community-tc.services.mozilla.com/tasks/AKWrpLS4Rz2GK_d-TtW5_A/runs/0/logs/https%3A%2F%2Fcommunity-tc.services.mozilla.com%2Fapi%2Fqueue%2Fv1%2Ftask%2FAKWrpLS4Rz2GK_d-TtW5_A%2Fruns%2F0%2Fartifacts%2Fpublic%252Flogs%252Flive.log#L2298
cc @LanWei22 |
63e3b67
into
master
32 checks passed
32 checks passed
Azure Pipelines (affected tests without changes: Safari Technology Preview)
affected tests without changes: Safari Technology Preview succeeded
Details
Azure Pipelines (affected tests: Safari Technology Preview)
affected tests: Safari Technology Preview succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests)
wpt.fyi hook: safari-preview-affected-tests succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests-without-changes)
wpt.fyi hook: safari-preview-affected-tests-without-changes succeeded
Details
It's somewhat unclear to me why this is an infrastructure test vs a wdspec test? Also what's the spec basis for the expectations? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
We should have a WPT test to verify the mouse click count, such as
double click and triple click. For the click count is greater than 3, we
should increase it when the OS is Windows and Mac, reset to 1 otherwise.
Also reset the mouse click count, if the mouse moves to a different
locations.
Bug: 1119679
Change-Id: I755c1f49a470598391440802e2ad62817a958777
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515882
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830279}