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.
- Open Firebug and select the Script panel.
- From the location list select Issue1419Frame.js file.
- Put a breakpoint at
return "Hello World!"; line.
- Click the button below.
- Continue (F8) the debugger.
- Modify the script Issue1419Frame.js and refresh the page.
- Click the button again. The Script panel should display updated version of the script.