Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / css / css-add-rule-expected.txt
blobddfe191de3b68b704697fda2ff661286c3f61dbb
1 The test verifies functionality of protocol method CSS.addRule.
3 ==== Initial style sheet text ====
4 #test {
5     box-sizing: border-box;
8 #test {
9     /* resetting some properties */
10     line-height: 1;
11     font-family: "Arial";
12     color: blue;
13     display: flex; /* flex FTW! */
16 @media (min-width: 1px) {
17     #test {
18         font-size: 200%;
19     }
21     #test {
22     }
27 Running test: testAddRuleToStyleSheetBeginning
28 ==== Style sheet text ====
29 #test { content: 'EDITED'; }#test {
30     box-sizing: border-box;
33 #test {
34     /* resetting some properties */
35     line-height: 1;
36     font-family: "Arial";
37     color: blue;
38     display: flex; /* flex FTW! */
41 @media (min-width: 1px) {
42     #test {
43         font-size: 200%;
44     }
46     #test {
47     }
51 Dumping matched rules: 
52 *#test* {    regular
53     content: 'EDITED';
55 *#test* {    regular
56     box-sizing: border-box;
58 *#test* {    regular
59     line-height: 1;
60     font-family: "Arial";
61     color: blue;
62     display: flex;
64 @media (min-width: 1px)
65     *#test* {    regular
66         font-size: 200%;
67     }
68 @media (min-width: 1px)
69     *#test* {    regular
70     }
71 Dumping inherited rules: 
73 Running test: testAddRuleToStyleSheetEnding
74 ==== Style sheet text ====
75 #test {
76     box-sizing: border-box;
79 #test {
80     /* resetting some properties */
81     line-height: 1;
82     font-family: "Arial";
83     color: blue;
84     display: flex; /* flex FTW! */
87 @media (min-width: 1px) {
88     #test {
89         font-size: 200%;
90     }
92     #test {
93     }
95 #test { content: 'EDITED'; }
97 Dumping matched rules: 
98 *#test* {    regular
99     box-sizing: border-box;
101 *#test* {    regular
102     line-height: 1;
103     font-family: "Arial";
104     color: blue;
105     display: flex;
107 @media (min-width: 1px)
108     *#test* {    regular
109         font-size: 200%;
110     }
111 @media (min-width: 1px)
112     *#test* {    regular
113     }
114 *#test* {    regular
115     content: 'EDITED';
117 Dumping inherited rules: 
119 Running test: testAddRuleToStyleSheetCenter
120 ==== Style sheet text ====
121 #test {
122     box-sizing: border-box;
125 #test {
126     /* resetting some properties */
127     line-height: 1;
128     font-family: "Arial";
129     color: blue;
130     display: flex; /* flex FTW! */
132 #test { content: 'EDITED'; }
133 @media (min-width: 1px) {
134     #test {
135         font-size: 200%;
136     }
138     #test {
139     }
143 Dumping matched rules: 
144 *#test* {    regular
145     box-sizing: border-box;
147 *#test* {    regular
148     line-height: 1;
149     font-family: "Arial";
150     color: blue;
151     display: flex;
153 *#test* {    regular
154     content: 'EDITED';
156 @media (min-width: 1px)
157     *#test* {    regular
158         font-size: 200%;
159     }
160 @media (min-width: 1px)
161     *#test* {    regular
162     }
163 Dumping inherited rules: 
165 Running test: testAddRuleToRuleEnding
166 ==== Style sheet text ====
167 #test {
168     box-sizing: border-box;
169 }#test{
170     content: 'EDITED';
173 #test {
174     /* resetting some properties */
175     line-height: 1;
176     font-family: "Arial";
177     color: blue;
178     display: flex; /* flex FTW! */
181 @media (min-width: 1px) {
182     #test {
183         font-size: 200%;
184     }
186     #test {
187     }
191 Dumping matched rules: 
192 *#test* {    regular
193     box-sizing: border-box;
195 *#test* {    regular
196     content: 'EDITED';
198 *#test* {    regular
199     line-height: 1;
200     font-family: "Arial";
201     color: blue;
202     display: flex;
204 @media (min-width: 1px)
205     *#test* {    regular
206         font-size: 200%;
207     }
208 @media (min-width: 1px)
209     *#test* {    regular
210     }
211 Dumping inherited rules: 
213 Running test: testAddRuleWithFormatting
214 ==== Style sheet text ====
215 #test {
216     box-sizing: border-box;
219 #test{
220     content: 'EDITED';
223 #test {
224     /* resetting some properties */
225     line-height: 1;
226     font-family: "Arial";
227     color: blue;
228     display: flex; /* flex FTW! */
231 @media (min-width: 1px) {
232     #test {
233         font-size: 200%;
234     }
236     #test {
237     }
241 Dumping matched rules: 
242 *#test* {    regular
243     box-sizing: border-box;
245 *#test* {    regular
246     content: 'EDITED';
248 *#test* {    regular
249     line-height: 1;
250     font-family: "Arial";
251     color: blue;
252     display: flex;
254 @media (min-width: 1px)
255     *#test* {    regular
256         font-size: 200%;
257     }
258 @media (min-width: 1px)
259     *#test* {    regular
260     }
261 Dumping inherited rules: 
263 Running test: testAddRuleToMediaRuleBeginning
264 ==== Style sheet text ====
265 #test {
266     box-sizing: border-box;
269 #test {
270     /* resetting some properties */
271     line-height: 1;
272     font-family: "Arial";
273     color: blue;
274     display: flex; /* flex FTW! */
277 @media (min-width: 1px) {#test { content: 'EDITED'; }
278     #test {
279         font-size: 200%;
280     }
282     #test {
283     }
287 Dumping matched rules: 
288 *#test* {    regular
289     box-sizing: border-box;
291 *#test* {    regular
292     line-height: 1;
293     font-family: "Arial";
294     color: blue;
295     display: flex;
297 @media (min-width: 1px)
298     *#test* {    regular
299         content: 'EDITED';
300     }
301 @media (min-width: 1px)
302     *#test* {    regular
303         font-size: 200%;
304     }
305 @media (min-width: 1px)
306     *#test* {    regular
307     }
308 Dumping inherited rules: 
310 Running test: testAddRuleToMediaRuleCenter
311 ==== Style sheet text ====
312 #test {
313     box-sizing: border-box;
316 #test {
317     /* resetting some properties */
318     line-height: 1;
319     font-family: "Arial";
320     color: blue;
321     display: flex; /* flex FTW! */
324 @media (min-width: 1px) {
325     #test {
326         font-size: 200%;
327     }
328 #test { content: 'EDITED'; }
329     #test {
330     }
334 Dumping matched rules: 
335 *#test* {    regular
336     box-sizing: border-box;
338 *#test* {    regular
339     line-height: 1;
340     font-family: "Arial";
341     color: blue;
342     display: flex;
344 @media (min-width: 1px)
345     *#test* {    regular
346         font-size: 200%;
347     }
348 @media (min-width: 1px)
349     *#test* {    regular
350         content: 'EDITED';
351     }
352 @media (min-width: 1px)
353     *#test* {    regular
354     }
355 Dumping inherited rules: 
357 Running test: testAddRuleToMediaRuleEnd
358 ==== Style sheet text ====
359 #test {
360     box-sizing: border-box;
363 #test {
364     /* resetting some properties */
365     line-height: 1;
366     font-family: "Arial";
367     color: blue;
368     display: flex; /* flex FTW! */
371 @media (min-width: 1px) {
372     #test {
373         font-size: 200%;
374     }
376     #test {
377     }
378 #test { content: 'EDITED'; }}
381 Dumping matched rules: 
382 *#test* {    regular
383     box-sizing: border-box;
385 *#test* {    regular
386     line-height: 1;
387     font-family: "Arial";
388     color: blue;
389     display: flex;
391 @media (min-width: 1px)
392     *#test* {    regular
393         font-size: 200%;
394     }
395 @media (min-width: 1px)
396     *#test* {    regular
397     }
398 @media (min-width: 1px)
399     *#test* {    regular
400         content: 'EDITED';
401     }
402 Dumping inherited rules: 
404 Running test: testInvalidRule
405 Expected protocol error: SyntaxError Rule text is not valid.
407 Running test: testAddingRuleInsideSelector
408 Expected protocol error: NotFoundError Cannot insert rule inside rule selector.
410 Running test: testAddingRuleBeforeRuleBody
411 Expected protocol error: NotFoundError Cannot insert rule inside rule selector.
413 Running test: testAddingRuleInsideMedia1
414 Expected protocol error: NotFoundError Cannot insert rule inside rule selector.
416 Running test: testAddingRuleInsideMedia2
417 Expected protocol error: NotFoundError Cannot insert rule inside rule selector.
419 Running test: testAddingRuleBeforeMediaBody
420 Expected protocol error: NotFoundError Cannot insert rule inside rule selector.
422 Running test: testAddingRuleInsideStyleRule
423 Expected protocol error: NotFoundError Cannot insert rule in non-media rule.