Learning_GTK4_tree/testsuite/css/parser/animation-shorthand-crash.r...

10 lines
246 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
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;
}