<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[185304] trunk/Source/WebInspectorUI</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/185304">185304</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-06-07 16:11:55 -0700 (Sun, 07 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Add PrettyPrinter CSSRule tests
https://bugs.webkit.org/show_bug.cgi?id=145740

Patch by Tobias Reiss &lt;tobi+webkit@basecode.de&gt; on 2015-06-07
Reviewed by Brian Burg.

* Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon.css: Added.
* Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma.css: Added.
* Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon.css: Added.
* Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed.css: Added.
* Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property-expected.css: Added.
* Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property.css: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/</li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercolonexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercoloncss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercommaexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercommacss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsdonotappendsemicolonexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsdonotappendsemicoloncss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsinvalidpropertyisnotremovedexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsinvalidpropertyisnotremovedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestskeepprefixedvalueexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestskeepprefixedvaluecss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecolonexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecoloncss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecommentexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecommentcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeinvalidpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeinvalidpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeprefixedpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeprefixedpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforepropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforepropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforesemicolonexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforesemicoloncss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbycommentexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbycommentcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyinvalidpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyinvalidpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyprefixedpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyprefixedpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbypropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbypropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbycommentexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbycommentcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyinvalidpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyinvalidpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyprefixedpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyprefixedpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbypropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbypropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbycommentexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbycommentcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyinvalidpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyinvalidpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyprefixedpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyprefixedpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbypropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbypropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertywithoutsemicolonfollowedbycommentandpropertyexpectedcss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property-expected.css</a></li>
<li><a href="#trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertywithoutsemicolonfollowedbycommentandpropertycss">trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (185303 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-06-07 17:37:37 UTC (rev 185303)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -1,3 +1,59 @@
</span><ins>+2015-06-07  Tobias Reiss  &lt;tobi+webkit@basecode.de&gt;
+
+        Web Inspector: Add PrettyPrinter CSSRule tests
+        https://bugs.webkit.org/show_bug.cgi?id=145740
+
+        Reviewed by Brian Burg.
+
+        * Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property-expected.css: Added.
+        * Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property.css: Added.
+
</ins><span class="cx"> 2015-06-05  Devin Rousso  &lt;drousso@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Fixing code style and adding more limitations for bug 141262
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercolonexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercoloncss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-colon.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display:none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercommaexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+font-family: Helvetica, Arial;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsaddwhitespaceaftercommacss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/add-whitespace-after-comma.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+font-family: Helvetica,Arial;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsdonotappendsemicolonexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display: none
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsdonotappendsemicoloncss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/do-not-append-semicolon.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display: none
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsinvalidpropertyisnotremovedexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsinvalidpropertyisnotremovedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/invalid-property-is-not-removed.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestskeepprefixedvalueexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+border: solid blue -webkit-calc(1px);
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestskeepprefixedvaluecss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/keep-prefixed-value.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+border: solid blue -webkit-calc(1px);
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecolonexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecoloncss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-colon.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display : none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecommentexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+/* display: none; */
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforecommentcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-comment.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+/* display: none; */
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeinvalidpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+invalid;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeinvalidpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-invalid-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+ invalid;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeprefixedpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+-webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforeprefixedpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-prefixed-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+ -webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforepropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforepropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+ display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforesemicolonexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestsremovewhitespacebeforesemicoloncss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/remove-whitespace-before-semicolon.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color ;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbycommentexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+/* display: none; */
+/*another comment*/
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbycommentcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-comment.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+/* display: none; */ /*another comment*/
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyinvalidpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+/* display: none; */
+invalid;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyinvalidpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-invalid-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+/* display: none; */ invalid;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyprefixedpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+/* display: none; */
+-webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbyprefixedpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-prefixed-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+/* display: none; */ -webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbypropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+/* display: none; */
+color: red;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitcommentfollowedbypropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-comment-followed-by-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+/* display: none; */ color: red;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbycommentexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+color;
+/* comment */
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbycommentcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-comment.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color; /* comment */
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyinvalidpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+color;
+invalid;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyinvalidpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-invalid-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color; invalid;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyprefixedpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+color;
+-webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbyprefixedpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-prefixed-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color; -webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbypropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+color;
+display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitinvalidpropertyfollowedbypropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-invalid-property-followed-by-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color;display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbycommentexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+display: none;
+/* comment */
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbycommentcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-comment.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display: none; /* comment */
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyinvalidpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+display: none;
+color;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyinvalidpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-invalid-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+display: none; color;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyprefixedpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+color: red;
+-webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbyprefixedpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-prefixed-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color: red; -webkit-property: value;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbypropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+color: red;
+display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertyfollowedbypropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-followed-by-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color: red; display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertywithoutsemicolonfollowedbycommentandpropertyexpectedcss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property-expected.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property-expected.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property-expected.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+color: red
+/* comment */
+display: none;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIToolsPrettyPrintingcssruletestssplitpropertywithoutsemicolonfollowedbycommentandpropertycss"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property.css (0 => 185304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property.css                                (rev 0)
+++ trunk/Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/split-property-without-semicolon-followed-by-comment-and-property.css        2015-06-07 23:11:55 UTC (rev 185304)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+color: red /* comment */ display: none;
</ins></span></pre>
</div>
</div>

</body>
</html>