# File lib/spec/runner/formatter/html_formatter.rb, line 103
        def move_progress
          @output.puts "    <script type=\"text/javascript\">moveProgressBar('#{percent_done}');</script>"
          @output.flush
        end