blob: 10554c45421ef599ed99ae2dd2e473f6a082c865 [file] [log] [blame]
<html>
<head>
<script>
function f1()
{
return 1; // Breakpoint.
}
f1();
</script>
<script>
function f2()
{
return 2;
}
f2();
</script>
</head>
</html>