Issue #268

This test-case is intended for Issue #268 - Firebug adds pt unit when unit not specified (e.g. 0pt).
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug UI and click Inspect button.
  2. Inspect the text below and see associated CSS within the Style tab (do not use the Computed Style option).
  3. The correct displayed CSS should be:
        .testStyle {
          border-color: #000000 #FF0000;
          color: Red;
          margin: 0 10px;
          padding: 0;
        }
        
Inspect CSS of this text