Issue #601

This test-case is intended for Issue #601 - XHR in console shows stale/cached output.
Jan Odvarko, odvarko@gmail.com

  1. Use the POST button to post data to a server (it will generate XMLHttpRequests).
  2. The posted data will be displayed here:
  3. Open Console panel or Net panel and see the XHR entry.
  4. Open the XHR entry and see the Response tab.
  5. The tab should display the same response as here: {response must be displayed here}

As soon as the user opens the Response tab (of the appropriate XHR entry) additional request is made. This requst doesn't use the original post data, so the response may be different.