зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1263416
- Disable displayport expiry for test_basic_pan.html. r=botond
MozReview-Commit-ID: BIUv3JnDtKQ --HG-- extra : rebase_source : c9518d8dbd3b0325984e36eeb3af9bf597de68f1
This commit is contained in:
Родитель
65e701bed3
Коммит
04a890cf6d
|
@ -60,6 +60,11 @@ window.onload = function() {
|
|||
// want those pans to turn into fling animations, so we increase the
|
||||
// fling-stop threshold velocity to absurdly high.
|
||||
["apz.fling_stopped_threshold", "10000"],
|
||||
// The helper_div_pan's div gets a displayport on scroll, but if the
|
||||
// test takes too long the displayport can expire before the new scroll
|
||||
// position is synced back to the main thread. So we disable displayport
|
||||
// expiry for these tests.
|
||||
["apz.displayport_expiry_ms", 0],
|
||||
]
|
||||
}, testDone);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче