Issue 2756: [Firebug Lite] Local XHR request not listed in console
test markup
Steps to reproduce
- Load Firebug Lite
- Make a Synchronous XHR GET "test.txt"
- Make an Asynchronous XHR GET "test.txt"
Expected Result
- There should be 2 entries in the Console Panel
- The responseText should be "OK" for both XHR requests