gtk/tests/css/parser/declarations-valid-24.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
130 B
CSS

* {
transition-delay: 0;
transition-duration: 150ms;
transition-property: all;
transition-timing-function: ease-in-out;
}