summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/animation-shorthand-crash.ref.css
blob: c46ab618b86c320d5acf844281c3ac7bab45ade5 (plain)
1
2
3
4
5
6
7
8
9
a {
  animation-delay: 0, 0;
  animation-direction: normal, normal;
  animation-duration: 0, 0;
  animation-fill-mode: forwards, backwards;
  animation-iteration-count: 1, 1;
  animation-name: foo, bar;
  animation-timing-function: ease, ease;
}