зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664446. Increase fuzz in editor/libeditor/tests/test_selection_move_commands.html slightly. r=botond
Disabling zoom to focused input seems to have slightly changed how much fuzz we get when comparing scroll position. Differential Revision: https://phabricator.services.mozilla.com/D90005
This commit is contained in:
Родитель
a9c24fabba
Коммит
fa760298a9
|
@ -29,7 +29,7 @@ async function* runTests() {
|
||||||
// XXX(krosylight): Android scrolls slightly more inside
|
// XXX(krosylight): Android scrolls slightly more inside
|
||||||
// geckoview-test-verify-e10s CI job
|
// geckoview-test-verify-e10s CI job
|
||||||
const isAndroid = SpecialPowers.Services.appinfo.widgetToolkit == "android";
|
const isAndroid = SpecialPowers.Services.appinfo.widgetToolkit == "android";
|
||||||
const delta = isAndroid ? .134 : 0;
|
const delta = isAndroid ? .150 : 0;
|
||||||
isfuzzy(top, -expectTop, delta, cmd);
|
isfuzzy(top, -expectTop, delta, cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче