Console object API: dir

This test-case is intended for console.dir method.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel.
  2. Click on the Execute Test 1 button below:
    the console panel should display a log (one row) with variable a and value b.
  3. Click on the Execute Test 2 button below:
    the console panel should display a log (one row) with variable a and value Object { b=Object }.
  4. Expand the object a, expand the object b, collapse b and collapse a. All should work as expected.