зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1704338 - Fix lint failures r=fix CLOSED TREE
This commit is contained in:
Родитель
e148330dcc
Коммит
0ba7033c5a
|
@ -785,9 +785,11 @@ function synthesizeNativeTap(aTarget, aX, aY, aObserver = null) {
|
|||
|
||||
// only currently implemented on macOS
|
||||
function synthesizeNativeTouchpadDoubleTap(aTarget, aX, aY) {
|
||||
ok(getPlatform() == "mac",
|
||||
ok(
|
||||
getPlatform() == "mac",
|
||||
"only implemented on mac. implement sendNativeTouchpadDoubleTap for this platform," +
|
||||
" see bug 1696802 for how it was done on macOS");
|
||||
" see bug 1696802 for how it was done on macOS"
|
||||
);
|
||||
let pt = coordinatesRelativeToScreen({
|
||||
offsetX: aX,
|
||||
offsetY: aY,
|
||||
|
|
Загрузка…
Ссылка в новой задаче