Issue #1419

This test-case is intended for Issue #1419 - Firebug does not refresh cache on changed javascripts.
Jan Odvarko, odvarko@gmail.com

In order to process this test you have to download this page and run localy using (file: or http: protocol). Editing of a file is part of the test.
  1. Open Firebug and select the Script panel.
  2. From the location list select Issue1419Frame.js file.
  3. Put a breakpoint at return "Hello World!"; line.
  4. Click the button below.
  5. Continue (F8) the debugger.
  6. Modify the script Issue1419Frame.js and refresh the page.
  7. Click the button again. The Script panel should display updated version of the script.