summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/animation-name.ref.css
blob: 582583687ce6c926c509e4fa74a4765cfddccd7c (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-name: initial;
}

b {
  animation-name: inherit;
}

c {
  animation-name: unset;
}

d {
  animation-name: none;
}

e {
  animation-name: bob;
}

f {
  animation-name: bob, alice;
}