gecko-dev/dom/animation/test/chrome
Emilio Cobos Álvarez ebffc1928f Bug 1722359 - Remove ui.showHideScrollbars. r=mstange
It probably did something more useful in the past, but right now it's
only used to avoid throttling some overflow-causing animations.

It returns 0 everywhere except on Android (for some reason?), but in any
case it doesn't seem this would need to be a LookAndFeel integer, it
could just be a regular pref that we turn on for tests.

However the tests pass with this patch locally, so for now I'm not
adding a pref to replace it.

Differential Revision: https://phabricator.services.mozilla.com/D120871
2021-07-26 18:42:36 +00:00
..
file_animate_xrays.html
test_animate_xrays.html
test_animation_observers_async.html
test_animation_observers_sync.html
test_animation_performance_warning.html Bug 1693383 - Part 1. Adjust tests to correctly detect HW-WR and SW-WR variants. r=jrmuizel 2021-02-24 18:47:23 +00:00
test_animation_properties.html
test_animation_properties_display.html
test_cssanimation_missing_keyframes.html
test_generated_content_getAnimations.html
test_keyframe_effect_xrays.html
test_running_on_compositor.html Bug 1722359 - Remove ui.showHideScrollbars. r=mstange 2021-07-26 18:42:36 +00:00
test_simulate_compute_values_failure.html