gtk2/testsuite/css/parser/animation-shorthand-crash.ref.css
Benjamin Otte 0b2198a26b testsuite: Add parser test for recent fix
The test doesn't crash without the fix, but it parses the CSS
incorrectly and fails.
2014-07-07 14:26:06 +02:00

10 lines
246 B
CSS

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;
}