From 734e80f11f41c235522c08b670e24e20e0aaf71e Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 26 Sep 2024 00:19:25 +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 UltraBlame original commit: 6e281d0d9f196c72d8d08b2c84e95f3fa8eaf54f --- testing/web-platform/tests/resources/testdriver.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/tests/resources/testdriver.js b/testing/web-platform/tests/resources/testdriver.js index 9f745a46c69ff..3c90c0b756f51 100644 --- a/testing/web-platform/tests/resources/testdriver.js +++ b/testing/web-platform/tests/resources/testdriver.js @@ -1218,7 +1218,9 @@ a user - initiated +mouse click +. * * If @@ -1228,18 +1230,17 @@ isn t inside the -* viewport it will be +* scrolled into view before the click -* occurs . *