URI: 
       script.html - webdump_tests - Testfiles for webdump
  HTML git clone git://git.codemadness.org/webdump_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       script.html (192B)
       ---
            1 The below script should be ignored:<br/>
            2 <br/>
            3 Script start.<br/>
            4 
            5 <script type="text/javascript">
            6         alert("Hello world!");
            7 </script>
            8 
            9 Script end (nothing should be visible between it).<br/>
           10 
           11