Console object API: dirxml

This test-case is intended for console.dirxml 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 a following XML log:
<div id="content" style="display: none;">
    <span>a</span>
    <span>
        <span>b</span>
    </span>
</div>