summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/animation-delay.ref.css
blob: c7b23efe475c191e8dbe5adb8af193823cb03497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
a {
  animation-delay: initial;
}

b {
  animation-delay: inherit;
}

c {
  animation-delay: unset;
}

d {
  animation-delay: 0;
}

e {
  animation-delay: 5ms;
}

f {
  animation-delay: 5ms, 6s;
}