Issue #550

This test-case is intended for Issue #550 - Net Panel should show the POST response but it shows the GET response.
Jan Odvarko, odvarko@gmail.com

  1. Make sure the Console->Options->ShowXMLHttpRequests option is off.
  2. Use buttons below to initiate a request (it will generate XMLHttpRequests).
  3. Open Firebug and check Response tab in the Net panel. The response content should properly identify the request method.
Additional test: in case of the POST method, the Post tab should display Post body content text.