Issue 4087: Contents of Command Line and Command Editor do not persist on page reload
Steps to reproduce
- Open Firebug
- Enable and switch to the the Console panel
- Type
var test = 'Hello';
into the Command Line or Command Editor
- Reload the page
Expected Result
var test = 'Hello';
should persist inside the Command Line/Command Editor