gtk2/testsuite/css/parser/animation-shorthand-crash.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

4 lines
48 B
CSS

a {
animation: foo forwards, bar backwards;
}