[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / properties / css1.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-style:1;
24 border-width:1;
25 border-top-width:1;
26 border-right-width:1;
27 border-left-width:1;
28 border-bottom-width:1;
29 clear:1;
30 clip:1;
31 color:1;
32 display:1;
33 float:1;
34 font:1;
35 font-family:1;
36 font-style:1;
37 font-variant:1;
38 font-weight:1;
39 font-size:1;
40 height:1;
41 left:1;
42 line-height:1;
43 list-style:1;
44 list-style-type:1;
45 list-style-image:1;
46 list-style-position:1;
47 margin:1;
48 margin-top:1;
49 margin-right:1;
50 margin-bottom:1;
51 margin-left:1;
52 marks:1;
53 overflow:1;
54 padding:1;
55 padding-top:1;
56 padding-right:1;
57 padding-bottom:1;
58 padding-left:1;
59 page-break-before:1;
60 page-break-after:1;
61 position:1;
62 size:1;
63 top:1;
64 text-indent:1;
65 text-align:1;
66 text-decoration:1;
67 letter-spacing:1;
68 word-spacing:1;
69 text-transform:1;
70 white-space:1;
71 vertical-align:1;
72 visibility:1;
73 width:1;
74 z-index:1;
75 }
76 --EXPECT--
77 array (
78 'a' =>
79 array (
80 'background' => '1px',
81 'background-color' => '#1',
82 'background-image' => '1',
83 'background-repeat' => '1',
84 'background-attachment' => '1',
85 'background-position' => '1px',
86 'border' => '1px',
87 'border-top' => '1px',
88 'border-right' => '1px',
89 'border-bottom' => '1px',
90 'border-left' => '1px',
91 'border-color' => '#1',
92 'border-style' => '1',
93 'border-width' => '1px',
94 'border-top-width' => '1px',
95 'border-right-width' => '1px',
96 'border-left-width' => '1px',
97 'border-bottom-width' => '1px',
98 'clear' => '1',
99 'color' => '#1',
100 'display' => '1',
101 'float' => '1',
102 'font' => '1',
103 'font-family' => '1',
104 'font-style' => '1',
105 'font-variant' => '1',
106 'font-weight' => '1',
107 'font-size' => '1px',
108 'height' => '1px',
109 'line-height' => '1',
110 'list-style' => '1',
111 'list-style-type' => '1',
112 'list-style-image' => '1',
113 'list-style-position' => '1',
114 'margin' => '1px',
115 'margin-top' => '1px',
116 'margin-right' => '1px',
117 'margin-bottom' => '1px',
118 'margin-left' => '1px',
119 'padding' => '1px',
120 'padding-top' => '1px',
121 'padding-right' => '1px',
122 'padding-bottom' => '1px',
123 'padding-left' => '1px',
124 'text-indent' => '1px',
125 'text-align' => '1',
126 'text-decoration' => '1',
127 'letter-spacing' => '1px',
128 'word-spacing' => '1px',
129 'text-transform' => '1',
130 'white-space' => '1',
131 'vertical-align' => '1',
132 'width' => '1px',
133 ),
134 )
135 --SETTINGS--
136 discard_invalid_properties=true
137 optimise_shorthands=0
138 css_level='CSS1'