Test Case for DOM Attributes

This test-case is intended for Issue #3790 - Better DOM representation for element attributes.
Jan Odvarko, odvarko@gmail.com

  1. Enable Firebug enable the console panel
  2. Select the HTML panel and search for "Inspect Me"
  3. Right click on the element and pick 'Inspect in DOM tab'.
  4. You should see a list of attributes in the DOM panel, something as follows:
    [style="color:green", name="testName", id="testId"]
  5. The list of attributes should be clickable and you should be able to further inspect individual attributes.
Inspect Me