blob: a8f028218173db9d8721891bbc253ee76a9a4599 [file] [log] [blame]
<html>
<head>
<script>
function oneLineTestFunction() { return 0; }
</script>
<script>
function oneLineTestFunction2() { return 0; }</script>
<script>
function testFunction()
{
var x = Math.sqrt(10);
return x;
}
function scheduleTestFunction() {
setTimeout(testFunction, 0);
}
</script>
</head>
</html>