summaryrefslogtreecommitdiff
path: root/test/data/parse2/svg.dat
blob: 19839c798df25556d7f8fd7048926a07b66db633 (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
#data
* { fill-opacity: inherit; }
#errors
#expected
| *
|  fill-opacity: inherit
#reset

#data
* { fill-opacity: revert; }
#errors
#expected
| *
|  fill-opacity: revert
#reset

#data
* { fill-opacity: 0.867; }
#errors
#expected
| *
|  fill-opacity: 0.867
#reset

#data
* { fill-opacity: -0.5; }
#errors
#expected
| *
|  fill-opacity: 0
#reset

#data
* { fill-opacity: 5; }
#errors
#expected
| *
|  fill-opacity: 1
#reset