blob: af253e57d95adcde4a6365a0c5c2f63ba56ed929 [file] [log] [blame]
<script>
function testFunction() {
return 0;
}
function scheduleTestFunction() {
setTimeout(testFunction, 0);
}
</script>