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