blob: 36cb3c868e349c59398f31a0b828d7f9969d8a62 [file] [log] [blame]
<script>
function doWork(timestamp) {
window.top.postMessage('subFrameRAFMessage', '*');
window.requestAnimationFrame(doWork);
}
window.requestAnimationFrame(doWork);
</script>