summaryrefslogtreecommitdiff
path: root/tests/test-output-refs/test-parsing-location.out
blob: 660097dd1c77e87ca8117b3a2084c36c13dab518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219


@charset "utf8";

/********************************************
 * Parsing location information of the @charset rule
 ********************************************/
  /*@charset*/
  /*line:1 column:1 byte offset:0 */
  /*utf8*/
  /*line:1 column:10 byte offset:9 */

@import url("http://pouet.com") screen, paper, aural;

/*****************************************************
 *Parsing location inforamtion for the @import rule
 ******************************************************/

  /*@import*/
  /*line:3 column:1 byte offset:19 */

  /*http://pouet.com*/
  /*line:3 column:9 byte offset:27 */

  /*screen*/
  /*line:3 column:33 byte offset:51 */

  /*paper*/
  /*line:3 column:41 byte offset:59 */

  /*aural*/
  /*line:3 column:48 byte offset:66 */

@import url("http://pouet.com") screen2, paper2, aural2;

/*****************************************************
 *Parsing location inforamtion for the @import rule
 ******************************************************/

  /*@import*/
  /*line:4 column:1 byte offset:74 */

  /*http://pouet.com*/
  /*line:4 column:9 byte offset:82 */

  /*screen2*/
  /*line:4 column:31 byte offset:104 */

  /*paper2*/
  /*line:4 column:40 byte offset:113 */

  /*aural2*/
  /*line:4 column:48 byte offset:121 */

@page coin :pseudo-page

  /*@page*/
  /*line:6 column:1 byte offset:131 */
  /*coin*/
  /*line:6 column:7 byte offset:137 */
  /*pseudo-page*/
  /*line:6 column:13 byte offset:143 */

{


page-prop0 : page-val0;


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*page-prop0*/
  /*line:7 column:7 byte offset:163 */
  /*page-val0*/
  /*line:7 column:19 byte offset:175 */


page-prop1 : page-val1;


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*page-prop1*/
  /*line:8 column:7 byte offset:193 */
  /*page-val1*/
  /*line:8 column:19 byte offset:205 */
}
@media paper, aural
  /*@media*/
  /*line:11 column:1 byte offset:220 */
  /*paper*/
  /*line:11 column:8 byte offset:227 */
  /*aural*/
  /*line:11 column:15 byte offset:234 */

{
x {
/************************************************
 *Parsing location information of the selector
 ************************************************/
/*x*/
/*line:12 column:5 byte offset:246 */
  /*x*/
  /*line:12 column:5 byte offset:246 */


foo : fooval;


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*foo*/
  /*line:13 column:7 byte offset:256 */
  /*fooval*/
  /*line:13 column:12 byte offset:261 */


bar : barval;


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*bar*/
  /*line:14 column:7 byte offset:276 */
  /*barval*/
  /*line:14 column:12 byte offset:281 */
 }

}
@font-face {
/******************************************************
 Parsing location information for the @font-face rule
 ******************************************************/

  /*@font-face*/
  /*line:18 column:1 byte offset:299 */


font-prop1 : font1;


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*font-prop1*/
  /*line:19 column:2 byte offset:313 */
  /*font1*/
  /*line:19 column:14 byte offset:325 */


font-prop2 : font2;


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*font-prop2*/
  /*line:20 column:2 byte offset:334 */
  /*font2*/
  /*line:20 column:14 byte offset:346 */
}
x>y[attr="val"].class#tatati z+toto {
/************************************************
 *Parsing location information of the selector
 ************************************************/
/*x*/
/*line:22 column:1 byte offset:356 */
  /*x*/
  /*line:22 column:1 byte offset:356 */
/*y[attr="val"].class#tatati*/
/*line:22 column:5 byte offset:360 */
  /*y*/
  /*line:22 column:5 byte offset:360 */

  /*[attr="val"]*/
  /*line:22 column:6 byte offset:361 */

  /*.class*/
  /*line:22 column:17 byte offset:372 */

  /*#tatati*/
  /*line:22 column:22 byte offset:377 */
/*z*/
/*line:22 column:30 byte offset:385 */
  /*z*/
  /*line:22 column:30 byte offset:385 */
/*toto*/
/*line:22 column:34 byte offset:389 */
  /*toto*/
  /*line:22 column:34 byte offset:389 */


prop1 : function(a);


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*prop1*/
  /*line:23 column:2 byte offset:396 */
  /*function(a)*/
  /*line:23 column:9 byte offset:403 */


prop2 : val2;


/************************************************
 *Parsing location information of the property
 ************************************************/
  /*prop2*/
  /*line:24 column:2 byte offset:418 */
  /*val2*/
  /*line:24 column:9 byte offset:425 */
 }