diff --git a/test/util/jsdom.mjs b/test/util/jsdom.mjs
index 06f158af575b8668d5613099560b645ca21044d1..f14d56a04c13bfcc21bc14ed1c3a0bd335de2d85 100644
--- a/test/util/jsdom.mjs
+++ b/test/util/jsdom.mjs
@@ -58,6 +58,7 @@ function initJSDOM(options) {
                     'HTMLFormElement',
                     'HTMLInputElement',
                     'HTMLScriptElement',
+                    'requestAnimationFrame',
                     'HTMLSelectElement',
                     'HTMLTemplateElement',
                     'HTMLTextAreaElement',