Skip to content

Commit

Permalink
Bug 1920159 [wpt PR 48288] - Update test_driver.click() documentation…
Browse files Browse the repository at this point in the history
… to specify "mouse" click., a=testonly

Automatic update from web-platform-tests
Update test_driver.click() documentation to specify "mouse" click.

web-platform-tests/wpt#48158

Change-Id: Ic3c18dd7ae76077fa2303018918777dc04d82022
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5861351
Commit-Queue: Robert Flack <[email protected]>
Auto-Submit: Mustaq Ahmed <[email protected]>
Reviewed-by: Robert Flack <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1358149}

--

wpt-commits: 783e382187aad9beff086df99e0e758246c5aacf
wpt-pr: 48288
  • Loading branch information
mustaqahmed authored and moz-wptsync-bot committed Sep 25, 2024
1 parent f0d951d commit 4d5ed8e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions testing/web-platform/tests/resources/testdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,10 @@
},

/**
* Triggers a user-initiated click
* Triggers a user-initiated mouse click.
*
* If ``element`` isn't inside the
* viewport, it will be scrolled into view before the click
* occurs.
* If ``element`` isn't inside the viewport, it will be
* scrolled into view before the click occurs.
*
* If ``element`` is from a different browsing context, the
* command will be run in that context.
Expand Down

0 comments on commit 4d5ed8e

Please sign in to comment.