Test case for console.table

Steps to reproduce

  1. Open Firebug
  2. Enable and switch to the Console panel
  3. Click the Test 1 button above
    A table is shown inside the console looking like this:
    abc
    123
    234
    345
  4. Click the Test 2 button above
    A table is shown inside the console looking like the one of step 3.
  5. Click the Test 3 button above
    A table is shown inside the console looking like this:
    firstNamelastNameagedesc
    "Susan""Doyle"32"mother"
    "John""Doyle"33"father"
    "Lily""Doyle"5undefined
    "Mike""Doyle"8undefined
  6. Click the Test 4 button above
    A table is shown inside the console looking like this:
    Object Properties
    "propA"
    "propB"
    "propC"
  7. Click the Test 5 button above
    A table is shown inside the console wrapped into a collapsed group named My family looking like the one of step 5.
  8. Click the Test 6 button above
    A table is shown inside the console looking like this:
    1 2
    2 3
    3 4
    4 5
  9. Click the Test 7 button above
    A table is shown inside the console looking like the one of step 8, but with 2nd and 3rd as headers.
  10. Click the Test 8 button above
    A table is shown inside the console looking like the first two columns of step 5.
  11. Click the Test 9 button above
    A table is shown inside the console looking like the one of step 10.

Expected result