1c8fdf867f7e19b0fe5257b8f9641bf91aa9e0cb
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / properties / css2.csst
1 --TEST--
2 Test CSS1 properties
3 --CSS--
4 a {
5 foo:rgb(0,0,0);
6 bar:black;
7 baz:#ffaabb;
8 qux:#f00;
9 quux:blanchedalmond;
10 quuux:rgb(0,0,1);
11 background:1;
12 background-color:1;
13 background-image:1;
14 background-repeat:1;
15 background-attachment:1;
16 background-position:1;
17 border:1;
18 border-top:1;
19 border-right:1;
20 border-bottom:1;
21 border-left:1;
22 border-color:1;
23 border-top-color:1;
24 border-bottom-color:1;
25 border-left-color:1;
26 border-right-color:1;
27 border-style:1;
28 border-top-style:1;
29 border-right-style:1;
30 border-left-style:1;
31 border-bottom-style:1;
32 border-width:1;
33 border-top-width:1;
34 border-right-width:1;
35 border-left-width:1;
36 border-bottom-width:1;
37 border-collapse:1;
38 border-spacing:1;
39 bottom:1;
40 caption-side:1;
41 content:1;
42 clear:1;
43 clip:1;
44 color:1;
45 counter-reset:1;
46 counter-increment:1;
47 cursor:1;
48 empty-cells:1;
49 display:1;
50 direction:1;
51 float:1;
52 font:1;
53 font-family:1;
54 font-style:1;
55 font-variant:1;
56 font-weight:1;
57 font-stretch:1;
58 font-size-adjust:1;
59 font-size:1;
60 height:1;
61 left:1;
62 line-height:1;
63 list-style:1;
64 list-style-type:1;
65 list-style-image:1;
66 list-style-position:1;
67 margin:1;
68 margin-top:1;
69 margin-right:1;
70 margin-bottom:1;
71 margin-left:1;
72 marks:1;
73 marker-offset:1;
74 max-height:1;
75 max-width:1;
76 min-height:1;
77 min-width:1;
78 overflow:1;
79 orphans:1;
80 outline:1;
81 outline-width:1;
82 outline-style:1;
83 outline-color:1;
84 padding:1;
85 padding-top:1;
86 padding-right:1;
87 padding-bottom:1;
88 padding-left:1;
89 page-break-before:1;
90 page-break-after:1;
91 page-break-inside:1;
92 page:1;
93 position:1;
94 quotes:1;
95 right:1;
96 size:1;
97 speak-header:1;
98 table-layout:1;
99 top:1;
100 text-indent:1;
101 text-align:1;
102 text-decoration:1;
103 text-shadow:1;
104 letter-spacing:1;
105 word-spacing:1;
106 text-transform:1;
107 white-space:1;
108 unicode-bidi:1;
109 vertical-align:1;
110 visibility:1;
111 width:1;
112 widows:1;
113 z-index:1;
114 volume:1;
115 speak:1;
116 pause:1;
117 pause-before:1;
118 pause-after:1;
119 cue:1;
120 cue-before:1;
121 cue-after:1;
122 play-during:1;
123 azimuth:1;
124 elevation:1;
125 speech-rate:1;
126 voice-family:1;
127 pitch:1;
128 pitch-range:1;
129 stress:1;
130 richness:1;
131 speak-punctuation:1;
132 speak-numeral:1;
133 }
134 --EXPECT--
135 array (
136 'a' =>
137 array (
138 'background' => '1px',
139 'background-color' => '#1',
140 'background-image' => '1',
141 'background-repeat' => '1',
142 'background-attachment' => '1',
143 'background-position' => '1px',
144 'border' => '1px',
145 'border-top' => '1px',
146 'border-right' => '1px',
147 'border-bottom' => '1px',
148 'border-left' => '1px',
149 'border-color' => '#1',
150 'border-top-color' => '#1',
151 'border-bottom-color' => '#1',
152 'border-left-color' => '#1',
153 'border-right-color' => '#1',
154 'border-style' => '1',
155 'border-top-style' => '1',
156 'border-right-style' => '1',
157 'border-left-style' => '1',
158 'border-bottom-style' => '1',
159 'border-width' => '1px',
160 'border-top-width' => '1px',
161 'border-right-width' => '1px',
162 'border-left-width' => '1px',
163 'border-bottom-width' => '1px',
164 'border-collapse' => '1',
165 'border-spacing' => '1px',
166 'bottom' => '1px',
167 'caption-side' => '1',
168 'content' => '1',
169 'clear' => '1',
170 'clip' => '1',
171 'color' => '#1',
172 'counter-reset' => '1',
173 'counter-increment' => '1',
174 'cursor' => '1',
175 'empty-cells' => '1',
176 'display' => '1',
177 'direction' => '1',
178 'float' => '1',
179 'font' => '1',
180 'font-family' => '1',
181 'font-style' => '1',
182 'font-variant' => '1',
183 'font-weight' => '1',
184 'font-stretch' => '1',
185 'font-size-adjust' => '1',
186 'font-size' => '1px',
187 'height' => '1px',
188 'left' => '1px',
189 'line-height' => '1',
190 'list-style' => '1',
191 'list-style-type' => '1',
192 'list-style-image' => '1',
193 'list-style-position' => '1',
194 'margin' => '1px',
195 'margin-top' => '1px',
196 'margin-right' => '1px',
197 'margin-bottom' => '1px',
198 'margin-left' => '1px',
199 'marks' => '1',
200 'marker-offset' => '1',
201 'max-height' => '1px',
202 'max-width' => '1px',
203 'min-height' => '1px',
204 'min-width' => '1px',
205 'overflow' => '1',
206 'orphans' => '1',
207 'outline' => '1px',
208 'outline-width' => '1px',
209 'outline-style' => '1',
210 'outline-color' => '#1',
211 'padding' => '1px',
212 'padding-top' => '1px',
213 'padding-right' => '1px',
214 'padding-bottom' => '1px',
215 'padding-left' => '1px',
216 'page-break-before' => '1',
217 'page-break-after' => '1',
218 'page-break-inside' => '1',
219 'page' => '1',
220 'position' => '1',
221 'quotes' => '1',
222 'right' => '1px',
223 'size' => '1',
224 'speak-header' => '1',
225 'table-layout' => '1',
226 'top' => '1px',
227 'text-indent' => '1px',
228 'text-align' => '1',
229 'text-decoration' => '1',
230 'text-shadow' => '1',
231 'letter-spacing' => '1px',
232 'word-spacing' => '1px',
233 'text-transform' => '1',
234 'white-space' => '1',
235 'unicode-bidi' => '1',
236 'vertical-align' => '1',
237 'visibility' => '1',
238 'width' => '1px',
239 'widows' => '1',
240 'z-index' => '1',
241 'volume' => '1',
242 'speak' => '1',
243 'pause' => '1',
244 'pause-before' => '1',
245 'pause-after' => '1',
246 'cue' => '1',
247 'cue-before' => '1',
248 'cue-after' => '1',
249 'play-during' => '1',
250 'azimuth' => '1',
251 'elevation' => '1',
252 'speech-rate' => '1',
253 'voice-family' => '1',
254 'pitch' => '1',
255 'pitch-range' => '1',
256 'stress' => '1',
257 'richness' => '1',
258 'speak-punctuation' => '1',
259 'speak-numeral' => '1',
260 ),
261 )
262 --SETTINGS--
263 discard_invalid_properties=true
264 optimise_shorthands=0
265 css_level='CSS2.0'