Test for Issue #1764

  1. Open Firebug UI (F12) and enable the Net panel.
  2. The Net panel should be empty, displaying just a messsage: Net panel activated. Any request while the Net panel is inactive are not shown. (or similar)
  3. Check Disable Browser Cache in Net panel's mini tab-menu.
  4. Copy the link below to the clipboard.
  5. Open a new empty Firefox tab.
  6. Put the link into Firefox address bar (in the new tab) and press enter.
  7. Firebug should be automatically opened and the Net panel should display one request. Expand the request and check the Response tab, it should display the response body.
Copy this link to the clipboard

You can also open the new tab by clicking on the link. The Net panel should also display one request (and the response body).