1 Tests that InspectorCSSAgent formats the CSS style text based on the CSS model modifications.
6 Running: initFormattedStyle
8 Running: testFormattedInsertStart
11 firstProperty: rgba(1, 2, 3, 0);
17 Running: testFormattedRemoveStart
25 Running: testFormattedInsertMiddle
29 middleProperty: middleValue /* comment */;
34 Running: testFormattedRemoveMiddle
42 Running: testFormattedInsertEnd
48 endProperty: endValue;
51 Running: testFormattedRemoveEnd
59 Running: testFormattedDisableStart
62 /* property1: value1; */
67 Running: testFormattedDisableEnd
70 /* property1: value1; */
72 /* property3: value3; */
75 Running: testFormattedDisableMiddle
78 /* property1: value1; */
79 /* property2: value2; */
80 /* property3: value3; */
83 Running: testFormattedInsert1
87 /* property1: value1; */
88 /* property2: value2; */
89 /* property3: value3; */
92 Running: testFormattedInsert2
96 /* property1: value1; */
98 /* property2: value2; */
99 /* property3: value3; */
102 Running: testFormattedInsert3
106 /* property1: value1; */
108 /* property2: value2; */
109 /* property3: value3; */
113 Running: testFormattedEnableStart
119 /* property2: value2; */
120 /* property3: value3; */
124 Running: testFormattedEnableEnd
130 /* property2: value2; */
135 Running: testFormattedEnableMiddle
146 Running: testFormattedWithMeta
149 -webkit-animation: linear;
158 Running: testFormattedWithMetaValue
161 -webkit-animation: linear;
162 unicode-bidi: webkit-isolate;
171 Running: testFormattedWithAtoms
174 border-left: 1px solid rgb(1,1,1);
175 -webkit-animation: linear;
176 unicode-bidi: webkit-isolate;
185 Running: initUnformattedStyle
187 Running: testUnformattedInsertStart
189 {firstProperty: firstValue;property1:value1;property2:value2;property3:value3;}
191 Running: testUnformattedRemoveStart
193 {property1:value1;property2:value2;property3:value3;}
195 Running: testUnformattedInsertMiddle
197 {property1:value1;middleProperty: middleValue;property2:value2;property3:value3;}
199 Running: testUnformattedRemoveMiddle
201 {property1:value1;property2:value2;property3:value3;}
203 Running: testUnformattedInsertEnd
205 {property1:value1;property2:value2;property3:value3;endProperty: endValue;}
207 Running: testUnformattedRemoveEnd
209 {property1:value1;property2:value2;property3:value3;}
211 Running: testUnformattedDisableStart
213 {/* property1:value1; */property2:value2;property3:value3;}
215 Running: testUnformattedDisableEnd
217 {/* property1:value1; */property2:value2;/* property3:value3; */}
219 Running: testUnformattedDisableMiddle
221 {/* property1:value1; *//* property2:value2; *//* property3:value3; */}
223 Running: testUnformattedEnableStart
225 {property1:value1;/* property2:value2; *//* property3:value3; */}
227 Running: testUnformattedEnableEnd
229 {property1:value1;/* property2:value2; */property3:value3;}
231 Running: testUnformattedEnableMiddle
233 {property1:value1;property2:value2;property3:value3;}