chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger/resources/debugger-scripts.html

<head>
    <script>
function f1()
{
}
</script>
   <script> function f2() {}    </script>
   <script>function f3() {}
</script>
   <script>
   function f4() {}
</script>
</head>