author | Lan Wei <lanwei@chromium.org> |
Wed, 26 Aug 2020 08:57:40 +0000 | |
changeset 546527 | 81579115405e3966f05bf2ce6bb1812226bfcdb7 |
parent 546526 | b743374dc46bd81dc1b3b3d2d8902e2585a26862 |
child 546528 | 9ec943a849f9a8f17f66273e8a67141e387ac49c |
push id | 37735 |
push user | abutkovits@mozilla.com |
push date | Thu, 27 Aug 2020 21:29:40 +0000 |
treeherder | mozilla-central@109f3a4de567 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1660849, 25212, 1119679, 2368335, 801082 |
milestone | 82.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/tests/webdriver/tests/perform_actions/pointer_tripleclick.py | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/tests/webdriver/tests/perform_actions/pointer_tripleclick.py +++ b/testing/web-platform/tests/webdriver/tests/perform_actions/pointer_tripleclick.py @@ -1,15 +1,15 @@ from tests.perform_actions.support.refine import filter_dict, get_events from tests.support.asserts import assert_move_to_coordinates from tests.support.inline import inline lots_of_text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor "\ "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "\ - " exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat." + "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat." def test_tripleclick_at_coordinates(session, mouse_chain): """ This test does a triple click on a coordinate. On desktop platforms this will select a paragraph. On mobile this will not have the same desired outcome as taps are handled differently on mobile. """