Issue #1483
This test-case is intended for Issue #1483
- Scripts fail to load when page reloaded during paused execution.
Jan Odvarko, odvarko@gmail.com
- Open Firebug and select the Script panel.
- Select index.js from the location menu.
- Put a breakpoint at
var a = 10;
- Reload the page, this should trigger the break point.
- Reload the page again.
- The breakpoint must be triggered again, the script from index.js must be properly
displayed in the Script panel and the console must display init.