summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/calc.ref.css
blob: eb368355529aa84cf62bc05ffe40a27cce5a9e70 (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
a {
  margin-left: calc(1em + 3px);
}

b {
  transition-duration: calc(-200ms + 1s);
}

c {
  margin-left: calc(1em + 2px);
}

d {
  background-size: calc(-10px + 100%);
}

e {
  border-left-width: 2px;
}

f {
  background-size: 24px;
}

g {
  background-size: 1px;
}

h {
  background-size: calc(27em + 36px);
}

i {
  border-top-left-radius: 5px 1px;
}

j {
  border-bottom-right-radius: 5px 1px;
}

k {
  margin-left: 1px;
}