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

  1. Open Firebug and select the Script panel.
  2. Select index.js from the location menu.
  3. Put a breakpoint at var a = 10;
  4. Reload the page, this should trigger the break point.
  5. Reload the page again.
  6. 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.