summaryrefslogtreecommitdiff
path: root/test/data/parse/tests1.dat
blob: ad63242c4d13078028853b451b386bb3c0d83809 (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 *
|   0x02000018 0xff000000
#reset

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

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