inspect here
Issue 4777: [Firebug lite] Specificity of 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
- Note that the most specific rule is "div#test", the one with green color
Expected Result
- The first rule should be "div#test"
- The first rule should be "#test"
- The first rule should be "div"