Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/executorwebdriver
/
.
/
longtask-timing
/
resources
/
raflongtask.js
blob: 95bfce17917929fca67422787666b2b51c2410e9 [
file
] [
log
] [
blame
] [
edit
]
window
.
requestAnimationFrame
(
function
()
{
/* Generate a slow task. */
const
begin
=
window
.
performance
.
now
();
while
(
window
.
performance
.
now
()
<
begin
+
51
);
});