Test Case for DOM Attributes
This test-case is intended for Issue #3790
- Better DOM representation for element attributes.
Jan Odvarko, odvarko@gmail.com
- Enable Firebug enable the console panel
- Select the HTML panel and search for "Inspect Me"
- Right click on the element and pick 'Inspect in DOM tab'.
- You should see a list of attributes in the DOM panel, something as follows:
[style="color:green", name="testName", id="testId"]
- The list of attributes should be clickable and you should be able
to further inspect individual attributes.
Inspect Me