gecko-dev/testing/web-platform/tests/web-animations/interfaces/DocumentOrShadowRoot
Boris Chiou 58f7b4eb26 Bug 1622369 - Await the async function to make sure any async steps inside the function will be blocked. r=birtles
It's easy to get time out on mac if we don't await the async function.
The async functions return an implicit Promise. If the caller doesn't await
it, any async steps inside the function will not be blocked.

Differential Revision: https://phabricator.services.mozilla.com/D68448

--HG--
extra : moz-landing-system : lando
2020-03-27 19:00:02 +00:00
..
getAnimations.html Bug 1622369 - Await the async function to make sure any async steps inside the function will be blocked. r=birtles 2020-03-27 19:00:02 +00:00