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