summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/animation-play-state.css
blob: 4d4b4565baa94bfcef42f016ff73a1a4c553f7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a {
  animation-play-state: initial;
}

b {
  animation-play-state: inherit;
}

c {
  animation-play-state: unset;
}

d {
  animation-play-state: running;
}

e {
  animation-play-state: running, paused, running, paused;
}