<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r184000): Web Inspector: Multiline CSS in Styles Sidebar is marked as invalid"
   href="https://bugs.webkit.org/show_bug.cgi?id=146178#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r184000): Web Inspector: Multiline CSS in Styles Sidebar is marked as invalid"
   href="https://bugs.webkit.org/show_bug.cgi?id=146178">bug 146178</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=255656&amp;action=diff" name="attach_255656" title="Fixed the issue">attachment 255656</a> <a href="attachment.cgi?id=255656&amp;action=edit" title="Fixed the issue">[details]</a></span>
Fixed the issue

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=255656&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=255656&amp;action=review</a>

<span class="quote">&gt; Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-between-values.css:3
&gt; +border: 1px
&gt; +  solid
&gt; +  black;</span >

Seems it would be more useful to test this without leading spaces on the subsequent lines.
Likewise we should have a test for multiple rules, even multiple rules on the same line

<span class="quote">&gt; Source/WebInspectorUI/UserInterface/Views/CodeMirrorFormatters.js:483
&gt; +        // There should be no extra newlines after css-rules in the sidebar.  They should always display on one line.</span >

Style: Just a single space after a period.

This comment is somewhat misleading and contains superfluous text. How about:

    // Each property should be formatted to one line each with no extra newlines.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>