blob: ec39cb896eef2907d7a18db3d925d843fe96ecfb [file] [log] [blame]
window.requestAnimationFrame(function() {
/* Generate a slow task. */
const begin = window.performance.now();
while (window.performance.now() < begin + 60);
});