inspect here
Issue 3262: [Firebug lite] Specificity of grouped CSS Rules
test markup
Steps to reproduce
- Load Firebug Lite
- Inspect the element which says "inspect here" inside the content section (it is a div with id "test")
- Observe the Style Side Panel
Expected Result
- The first rule should be "#test"
- The second rule should be ".green"
- The third rule should be "div, acronym, address, dfn, ins, kbd, samp, strike, tt, var, fieldset"