Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
fast
/
animation
/
resources
/
frame-with-animation-2.html
blob: 36cb3c868e349c59398f31a0b828d7f9969d8a62 [
file
] [
log
] [
blame
]
<script>
function
doWork
(
timestamp
)
{
window
.
top
.
postMessage
(
'subFrameRAFMessage'
,
'*'
);
window
.
requestAnimationFrame
(
doWork
);
}
window
.
requestAnimationFrame
(
doWork
);
</script>