Issue 3207: CSS properties in the "Computed" tab are not updated correctly
Steps to reproduce
- Open Firebug
- Switch to the HTML panel
- Inspect the blue
<div>
above (#element1
)
-
Switch to the Computed side panel
⇒
"Trebuchet MS",Helvetica,sans-serif
should be shown for the font-family
property
- Switch to the Style side panel
- Right-click into the
#element1
rule and choose New Property... from the context menu
- Add
font-family
as property and Georgia
as value
- Switch back to the Computed side panel
Expected result
- The
font-family
property should now have Georgia
as value