Sign in
webkit
/
WebKit
/
a096b91166f1da77d728183369e63e2480b979db
/
.
/
LayoutTests
/
fast
/
animation
/
resources
/
frame-with-animation.html
blob: eeb796e67a25766fcad8c0e33da1caa225d3a127 [
file
] [
log
] [
blame
]
<script>
let i
=
0
;
function
doWork
()
{
i
++;
requestAnimationFrame
(
doWork
);
}
requestAnimationFrame
(
doWork
);
</script>