Bug 1496864 - Target the inside of the button rather than the edge in helper_fixed_position_scroll_hittest.html. r=kats

Differential Revision: https://phabricator.services.mozilla.com/D11231

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Botond Ballo 2018-11-08 22:24:56 +00:00
Родитель c3861fadd7
Коммит c6b8e50b31
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@
// decreases the rate of intermittents that we see. We should figure out
// why and/or rewrite this test entirely.
SpecialPowers.Services.obs.addObserver(testDriver, "mouseevent");
yield synthesizeNativeClick(input, 0, 0, testDriver);
yield synthesizeNativeClick(input, 10, 10, testDriver);
SpecialPowers.Services.obs.removeObserver(testDriver, "mouseevent", false);
}
window.addEventListener("click", (e) => {