Console object API: group

This test-case is intended for console.group, console.groupEnd and console.groupCollapsed methods.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel.
  2. Click on the Opened Group button below.
  3. The Console panel should display an opened Group1 with one log message inside. There should be additional info message displayed after and outside of the group.
  4. Click on the Collapsed Group button below.
  5. The Console panel should display a collapsed Group2 with one log message inside. There should be additional info message displayed after and outside of the group.