Console object API: trace

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

  1. Open Firebug and enable the Console panel.
  2. Click on the Execute Test button below.
  3. The Console panel should display two stack frames:
    function onclick(event) { onExecuteTest(); }(Object { name="event"})      1 (line 2)
  4. onExecuteTest()      trace.html (line 34)