Bug 1583955. Re-enable helper_overscroll_behavior_bug1425573.html. r=hiro

It no longer seems to be leaking.

Differential Revision: https://phabricator.services.mozilla.com/D121825
This commit is contained in:
Timothy Nikkel 2021-08-05 05:44:58 +00:00
Родитель fed4cc4fdd
Коммит 86ce161043
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -34,8 +34,7 @@ timeout_prefs.push(["apz.content_response_timeout", 0]);
var subtests = [
{"file": "helper_scroll_on_position_fixed.html", "prefs": prefs},
{"file": "helper_bug1271432.html", "prefs": prefs},
// Disabled for now due to a memory leak (bug 1567448).
// {"file": "helper_overscroll_behavior_bug1425573.html", "prefs": timeout_prefs},
{"file": "helper_overscroll_behavior_bug1425573.html", "prefs": timeout_prefs},
{"file": "helper_overscroll_behavior_bug1425603.html", "prefs": prefs},
{"file": "helper_overscroll_behavior_bug1494440.html", "prefs": prefs},
{"file": "helper_scroll_inactive_perspective.html", "prefs": prefs},