gtk/tests/css/parser/declarations-valid-25.ref.css
Matthias Clasen e9e557a353 Update reference output for css parser tests
Seems these were not kept up-to-date with the recent
CSS parser changes.
2012-04-30 20:45:46 -04:00

7 lines
123 B
CSS

* {
transition-delay: 0;
transition-duration: 1s;
transition-property: loop;
transition-timing-function: linear;
}