summaryrefslogtreecommitdiff
path: root/test/data/parse/tests1.dat
blob: 2aa6f5626cbd3c18440504754775dc32ec161e60 (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
#data
* { }
#errors
#expected
| 1 *
#reset

#data
* { color: #ff0000 }
#errors
#expected
| 1 *
|   0x0200000f 0xff000000
#reset

#data
* { color: inherit }
#errors
#expected
| 1 *
|   0x0000080f
#reset

#data
* { background-image: url("foo.png"); color: inherit }
#errors
#expected
| 1 *
|   0x02000003 PTR(foo.png) 0x0000080f
#reset