Issue #2871-b

This test-case is intended for Issue #2871 - Bug in watching variables defined in a javascript closure prior to function execution.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug, enable the Script panel and reload this page.
  2. Create a breakpoint on line 15 - in issue2871-b.html file.
  3. The breakpoint should hit automatically (in ~2 sec).
  4. Keep debugger halted and add a new watch expression: _this
  5. The Watch panel should display following value: Object { ttt="asd" }