Bug 1836860 - Use the correct preference type when setting ui.useOverlayScrollbars for helper_drag_scrollbar_hittest.html. r=hiro

Differential Revision: https://phabricator.services.mozilla.com/D180008
This commit is contained in:
Botond Ballo 2023-06-05 21:57:09 +00:00
parent 8db1544e60
commit 98a98f9cae

View File

@ -29,7 +29,7 @@ var subtests = [
["test.events.async.enabled", true],
["apz.test.logging_enabled", true],
// The test performs scrollbar dragging, avoid auto-hiding scrollbars.
["ui.useOverlayScrollbars", false]
["ui.useOverlayScrollbars", 0]
]},
// Test for dragging on a fake-scrollbar element that scrolls the page
{"file": "helper_drag_scroll.html"},