Issue #183
This test-case is intended for Issue #183
- Configurable maximum output size.
Jan Odvarko, odvarko@gmail.com
- Open Firebug's Console panel.
- Use Start button below to start random printing to the Firebug console.
- Scroll to top and check if a limit bar is displayed (100 entries in ~20sec).
- Use Stop button bellow to stop the printing.
- The default maximum limit can be changed in preferences "extensions.firebug.maxQueueRequests".
- Console log is based on FIFO pattern -
the oldest logs are removed.
- When the limit is reached, the console should display an information bar at the top with number of
removed entries.