Console object API: dir
This test-case is intended for console.dir method.
Jan Odvarko, odvarko@gmail.com
- Open Firebug and enable the Console panel.
- Click on the
Execute Test 1
button below:
the console panel should display a log (one row) with variable a
and value b.
- 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 }.
- Expand the object a, expand the object b, collapse b and
collapse a. All should work as expected.