Issue #1693

This test-case is intended for Issue #1693 - Viewing requests with large message bodies in Console tab temporarily freezes browser.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable Console panel.
  2. Click the Execute XHR button.
  3. As soon as the XHR finishes, open the new XHR entry.
  4. Firebug shouldn't freeze and the response should be displayed.
The response text should be limited at the end since it's too big to display.