mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
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:
parent
8db1544e60
commit
98a98f9cae
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user