mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
Some animated images in the wild have delays <10ms and browsers usually change them into 100ms as such small timings are unusual. Relevant code in FF: https://searchfox.org/firefox-main/source/image/FrameTimeout.h#35 Testing: Manually tested Fixes: #39187 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>