From a339cfe9e4bae38c9cd1bb13e96fdd7f3fe7ad40 Mon Sep 17 00:00:00 2001 From: Mustaq Ahmed Date: Tue, 24 Sep 2024 16:39:43 +0000 Subject: [PATCH] Bug 1920159 [wpt PR 48288] - Update test_driver.click() documentation to specify "mouse" click., a=testonly Automatic update from web-platform-tests Update test_driver.click() documentation to specify "mouse" click. https://github.com/web-platform-tests/wpt/issues/48158 Change-Id: Ic3c18dd7ae76077fa2303018918777dc04d82022 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5861351 Commit-Queue: Robert Flack Auto-Submit: Mustaq Ahmed Reviewed-by: Robert Flack Cr-Commit-Position: refs/heads/main@{#1358149} -- wpt-commits: 783e382187aad9beff086df99e0e758246c5aacf wpt-pr: 48288 --- testing/web-platform/tests/resources/testdriver.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/web-platform/tests/resources/testdriver.js b/testing/web-platform/tests/resources/testdriver.js index b873b5c616af..d05be1d7df9a 100644 --- a/testing/web-platform/tests/resources/testdriver.js +++ b/testing/web-platform/tests/resources/testdriver.js @@ -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.